TTMSFNCDataGridCore.IsRowValid Method
Returns True when
ARowis within 0 andRowCount - 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.