TTMSFNCCustomDataGridDatabaseAdapter.GetGridColumnIndex Method
Maps an adapter column index to the corresponding grid column index. Returns -1 when no mapping exists.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: TTMSFNCCustomDataGridDatabaseAdapter
Syntax
function GetGridColumnIndex(AColumn: Integer): Integer;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
Returns
The resulting zero-based index or count.