TcxCustomListView.AlphaSort Method
Sorts list view items.
Declaration
function AlphaSort: Boolean;
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Call the AlphaSort function to sort items in ascending or descending order. If items are unsorted, an AlphaSort function call sorts them in ascending order. A consequent AlphaSort function call reverses the sort order.
See Also