[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents the sort directions used for items in a list view control.
Source position: comctrls.pp line 1365
type TSortDirection = ( |
||
sdAscending, |
|
Sorts list items in ascending order. |
sdDescending |
|
Sorts list items in descending order. |
); |
|
Sorting direction (order) for the current SortColumn. |
|
|
Ordinal position for the column used to sort the list items, or -1 when not assigned. |
|
|
Sorts the values in Items when SortType is not stNone and SortColumn is valid. |
|
|
Sorts the first column for the list view in ascending order. |
|
|
Sorts the Items for the list view control using the specified procedure or the OnCompare event handler. |
lazarus-ccr.sourceforge.net |