TTMSFNCTableViewCategoryType Enumeration
Determines how items are grouped into categories.
tvctNonedisables automatic categorization;tvctAlphaBeticgroups items by their leading alphabetic character;tvctAlphaNumericFirstgroups items with numeric characters ordered before alphabetic ones;tvctAlphaNumericLastgroups items with numeric characters ordered after alphabetic ones;tvctCustomlets the application assign each item to a category explicitly.
API unit family: TMSFNCTableView
Members
| Name | Description |
|---|---|
tvctNone |
|
tvctAlphaBetic |
|
tvctAlphaNumericFirst |
|
tvctAlphaNumericLast |
|
tvctCustom |