[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sorts the data in a column or row using the specified positions.
Source position: grids.pas line 1459
public procedure TCustomDrawGrid.SortColRow( |
IsColumn: Boolean; |
index: Integer |
); overload; |
IsColumn: Boolean; |
Index: Integer; |
FromIndex: Integer; |
ToIndex: Integer |
); overload; |
IsColumn |
|
True when values in a column are sorted, False to sort values in a row. |
index |
|
Column or row number sorted in the method. |
IsColumn |
|
True when values in a column are sorted, False to sort values in a row. |
Index |
|
Column or row number sorted in the method. |
FromIndex |
|
Starting position sorted in the column or row. |
ToIndex |
|
Ending position sorted in the column or row. |
Version 4.0 | Generated 2025-05-03 | Home |