[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Index property.
Source position: grids.pas line 594
protected procedure TGridColumn.SetIndex( |
Value: Integer |
); override; |
Value |
|
New value for the Index property. |
SetIndex is an overridden method in TGridColumn used to set the value for the inherited Index property. When the property value is changed, and Grid is assigned, columns in the grid control are re-ordered to reflect their new value for the column (when needed). The inherited method is called to apply the new property value prior to exiting from the method.
|
Definitions for the columns displayed the grid. |
|
|
Gets the ordinal position in Columns for the visible column specified in ColumnIndex. |
|
|
Performs a move operation for the column or row at the specified position. |
|
Version 4.0 | Generated 2025-05-03 | Home |