Table of Contents

TMS FNC Edit Guides

TTMSFNCEdit extends a standard single-line edit field with a type-ahead lookup list, autocomplete, input-type filtering, history capture, and optional password masking. It is a drop-in replacement for TEdit that adds richer text-entry experiences without requiring a custom editor component.

Topics

Topic Use when
Lookup and input modes You need suggestions, autocomplete, typed input constraints, history, or password display.

Key properties

Property Purpose
Lookup.Enabled Show a suggestion list while the user types.
Lookup.DisplayList Items shown in the suggestion list.
Lookup.NumChars Minimum characters before the list opens.
Lookup.History Automatically remember accepted values.
AutoComplete Complete the text to a matching list item.
EditType Constrain input to numeric, float, money, uppercase, etc.
Password Mask the text with password characters.

See also