Table of Contents

TTMSFNCDataGridData.IsRowDisplayed Method

Returns True when the row is visible (not hidden, not filtered out).

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

function IsRowDisplayed(ARow: Integer): Boolean; override;

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.