Object Reference > True DBGrid Methods > RowExpanded Method |
RowExpanded Method
The RowExpanded method returns True if the specified band is expanded within the current row.
TDBGrid.RowExpanded(band)
Arguments
band is a zero-based index that identifies which level holds the current row within a master-detail hierarchy.
Return Value
A Boolean that indicates whether a row in the specified band has been expanded.
You can use this method to determine whether the current row of a hierarchical grid has been expanded to display its related data.
This method is only supported by the OLE DB version of True DBGrid Pro. It is used only in bound mode and has no effect in unbound or storage modes.
Note
This property is only supported by the OLE DB version of True DBGrid Pro.