TTMSFNCCustomDataGrid.IsRowNormal Method
Returns True when the row is a regular data row (not a node, band, filter, or summary row).
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function IsRowNormal(ARow: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index to test. |
Returns
True if the row is a normal data row.