Table of Contents

TTMSFNCSearchDropDown Class

Edit button that hosts a pop-up search list for type-ahead selection.

API unit family: TMSFNCSearchEdit Inherits from: TTMSFNCEditButton

Syntax

TTMSFNCSearchDropDown = class(TTMSFNCEditButton)

Properties

Name Description
AutoDropDown When True, the search list drops down automatically as the user types.
FilterUpdateOnSelect When True, updates the filter text in the edit when an item is selected from the list.
SearchList Provides access to the embedded search list control.

Methods

Name Description
DropDown Opens the search list drop-down panel below the edit field.

Events

Name Description
OnSelect Fires when a value is selected from the search list.
OnUpdate Fires when the edit text is updated.