Table of Contents

TTMSFNCTableViewDisplayItem Record

Flattened display entry that represents either a data item or a category separator row.

API unit family: TMSFNCTableView

Syntax

TTMSFNCTableViewDisplayItem = record

Fields and properties

Name Type Description
CategoryID Integer Identifies the category the entry belongs to.
Item TTMSFNCTableViewItem The item this entry represents. Unassigned for a category header.
Kind TTMSFNCTableViewDisplayItemKind Whether the entry is a data item, a category header, or a separator.
Row Integer Zero-based position of the entry in the displayed order.
Text string Text drawn for the entry, which is the category caption for a header row.