Table of Contents

TTMSFNCCustomDataGrid.IsRowHidden Method

Returns True when the specified row is hidden.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function IsRowHidden(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index used by the operation.

Returns

True when the condition described by the method name is met; otherwise False.