TTMSFNCDataGridCore.IsColumnValid Method
Returns True when
AColumnis within 0 andColumnCount - 1.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCore
Syntax
function IsColumnValid(AColumn: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index to validate. |
Returns
True when the condition described by the method name is met; otherwise False.