Getting Started with TMS FNC Search Edit
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCSearchEditonto a form. - Populate the
Itemscollection (or callItems.Add) with the searchable entries, and setEmptyTextfor the search hint. - Handle
OnSelectto receive the chosen item when the user picks from the filtered dropdown.