Table of Contents

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

  1. Drop a TTMSFNCSearchEdit onto a form.
  2. Populate the Items collection (or call Items.Add) with the searchable entries, and set EmptyText for the search hint.
  3. Handle OnSelect to receive the chosen item when the user picks from the filtered dropdown.

Next steps