ResetColumnsOrder arranges columns in the collection to the specified order.
Source position: dbgrids.pas line 317
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.