[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumerated type with sort orders supported in a grid control.
Source position: grids.pas line 172
type TSortOrder = ( |
||
soAscending, |
|
Rows are sorted such that the column is in ascending order. |
soDescending |
|
Rows are sorted such that the column is in descending order. |
); |
TSortOrder is an enumerated type with values for the sort orders supported in a grid control. TSortOrder is the type used to implement the TCustomGrid.SortOrder property.
|
Controls the order used for the sort column (ascending or descending). |
Version 4.0 | Generated 2025-05-03 | Home |