|
|
|
| acListView and acDBListView components.
|
| type
|
| TacListViewSortDirection = (sdAscending, sdDescending);
|
|
|
| property SortDirection: TacListViewSortDirection;
|
| The SortDirection property controls the sorting direction for currently sorted column. The direction can be ascending (sdAscending) or descending (sdDescending).
|
|
|
|
|
|
| SortColumn, ShowSortMark and HeaderMenu properties.
|