TTMSFNCCustomDataGridDatabaseAdapter.IsValidDataRow Method
Returns True when
ARowis a data row (not a fixed row and within the current dataset record count).
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: 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.