Table of Contents

TTMSFNCDataGridCore.IsRowValid Method

Returns True when ARow is within 0 and RowCount - 1.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

function IsRowValid(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index to validate.

Returns

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