Table of Contents

TTMSFNCCustomListBox.Sort Method

Sorts the list box items.

API unit family: TMSFNCListBox Declaring type: 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.