|
|
|
| acListView and acDBListView components.
|
| property SortColumn: Word;
|
| The SortColumn property determines and specifies the column number which should be sorted. When SortColumn = 0, first column will be sorted, SortColumn = 1 will sort second column and so forth..
|
|
|
| To specify the sorting direction use SortDirection property.
|
| SortDirection and ShowSortMark properties.
|