Table of Contents

TMS FNC Find Dialog Guides

TTMSFNCFindDialog is a non-modal search bar that you wire to any searchable content via events. It supports match-case and whole-word options, a search-history drop-down, marker commands for jumping between highlights, and an extended view with additional controls — all independently toggleable.

Topics

Topic Use when
Search dialog workflow You need to show the dialog, handle search events, or expose only selected search controls.

Key properties

Property Purpose
SearchText The current search term entered by the user.
History Collection of previously used search terms shown in the drop-down.
ShowMatchCase Show or hide the match-case check box.
ShowWholeWord Show or hide the whole-word check box.
ShowMarkers Show or hide marker navigation buttons.
ShowExtended Show or hide the extended view panel with additional controls.
OnFind Fires when the user initiates a new search.
OnFindNext Fires when the user moves to the next or previous match.

See also