Table of Contents

TTMSFNCTableViewCategoryType Enumeration

Determines how items are grouped into categories. tvctNone disables automatic categorization; tvctAlphaBetic groups items by their leading alphabetic character; tvctAlphaNumericFirst groups items with numeric characters ordered before alphabetic ones; tvctAlphaNumericLast groups items with numeric characters ordered after alphabetic ones; tvctCustom lets the application assign each item to a category explicitly.

API unit family: TMSFNCTableView

Members

Name Description
tvctNone
tvctAlphaBetic
tvctAlphaNumericFirst
tvctAlphaNumericLast
tvctCustom