Table of Contents

TTMSFNCCustomDataGrid.IsRowBand Method

Returns True when the row is an alternating band row used for visual striping.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function IsRowBand(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index to test.

Returns

True if the row is a band row.