TTMSFNCDataGridRenderer.IsRowBand Method
Returns True if the given row should be rendered with the band layout (alternating band colouring is enabled).
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function IsRowBand(ARow: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index to test. |
Returns
True when the row uses the band layout.