Table of Contents

TTMSFNCDataGridDataCustomListIndexEntry Record

Stores a custom AutoFill list entry: the list key and the current index position within that list.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataCustomListIndexEntry = record

Fields and properties

Name Type Description
Index Integer Zero-based position of the value within the custom list.
Key string The value as it appears in the custom list.