TTMSFNCListBoxSorting Enumeration
Controls whether the list box header column can be clicked to sort items.
API unit family: TMSFNCListBox
Members
| Name | Description |
|---|---|
lcsNone |
Clicking the header does not sort items. |
lcsNormal |
Clicking the header sorts items case-insensitively. |
lcsNormalCaseSensitive |
Clicking the header sorts items case-sensitively. |