[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ResetColumnsOrder arranges columns in the collection to the specified order.
Source position: dbgrids.pas line 313
public procedure TDBGridColumns.ResetColumnsOrder( |
ColumnOrder: TColumnOrder |
); |
ColumnOrder |
|
Sort order for columns in the collection. |
ResetColumnsOrder is a procedure used to arrange columns in the collection to the order specified in the ColumnOrder argument. ColumnOrder can contain the following values:
Otherwise, the index of the collection item is unchanged.
Version 4.0 | Generated 2025-05-03 | Home |