TTMSFNCListBox.Sort Method
Sorts the list box items.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
procedure Sort(ACaseSensitive: Boolean = True; ASortingMode: TTMSFNCListBoxItemsSortMode = ismAscending); reintroduce; virtual;
Parameters
| Name | Description |
|---|---|
ACaseSensitive |
When True, sorting uses case-sensitive comparison. |
ASortingMode |
The sorting direction to apply. |