TTMSFNCDataGrid.CanInsertColumn Method
Checks whether inserting a column at the specified index is permitted by grid options and events.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function CanInsertColumn(AColumn: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based index at which the column would be inserted. |
Returns
True if a column can be inserted at the given index.