Table of Contents

TMS FNC Search List User Guide

TTMSFNCSearchList is a multi-column list with built-in live text filtering and optional category grouping. TTMSFNCSearchEdit pairs the list with a drop-down edit so users can type to filter and then pick a result — useful for lookup controls, quick-search panels, and autocomplete scenarios.

Topics

Guide Description
Items, columns, and filtering Columns, Items, Categories collections, FilterCondition, match highlighting, and TTMSFNCSearchEdit.

Key properties

Property Purpose
Columns Defines the visible columns (header text, width, data field).
Items The list item collection; each item maps to a row.
Categories Optional category groupings shown as section headers.
FilterCondition The live text used to filter visible rows; set programmatically or bound to a TTMSFNCSearchEdit.
MatchHighlight Highlight matched sub-strings in the filtered results.
OnItemSelected Fires when the user picks an item.

See also