Table of Contents

TMS FNC List Editor User Guide

TTMSFNCListEditor is a token-tag editor where each entered value appears as a removable chip (token) inside an edit field. It supports optional per-token bitmap images, auto-insert on delimiter or Enter, and lifecycle events for insert and delete — use it for tag inputs, email address lists, or any multi-value entry field.

Topics

Topic Use when
Items, appearance, and editing You need token-style editable items with optional images and insert/delete handling.

Key properties

Property Purpose
Items The collection of token items currently in the editor.
Items[i].Text Text label of a token.
Items[i].Bitmap Optional bitmap shown alongside the token text.
AutoInsert When True, pressing Enter or the configured delimiter key adds a new token automatically.
Delimiter Character that triggers auto-insert (default ,).
ItemAppearance Fill, stroke, font, and layout applied to every token chip.
OnItemInserted Fires after a new token is added.
OnItemDeleted Fires after a token is removed.

See also