[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the Index property.
Source position: comctrls.pp line 1237
protected procedure TListColumn.SetIndex( |
AValue: Integer |
); override; |
AValue |
|
New value for the Index property. |
Calls the inherited method to move the collection item to the position indicated in the property value. Calls the ColumnMove method in the widgetset class to reorder the column in the control.
Version 4.0 | Generated 2025-05-03 | Home |