Skip to main content

TcxCustomListView.AlphaSort Method

Sorts list view items.

Declaration

function AlphaSort: Boolean;

Returns

Type Description
Boolean

True if the sort operation is successful; otherwise, False.

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