Table of Contents

TTMSFNCDataGridDatabaseAdapter.IsValidDataRow Method

Returns True when ARow is a data row (not a fixed row and within the current dataset record count).

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCDataGridDatabaseAdapter Inherited from: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

function IsValidDataRow(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.