Table of Contents

TTMSFNCFindDialogUILanguage Class

Contains localizable captions and option labels displayed by the find dialog.

API unit family: TMSFNCFindDialog Inherits from: TPersistent

Syntax

TTMSFNCFindDialogUILanguage = class(TPersistent)

Properties

Name Description
Caption Gets or sets the dialog caption.
CaseSensitive Gets or sets the label for the case-sensitive option.
Close Gets or sets the Close button caption.
CloseIfFound Gets or sets the label for closing the dialog after a successful find.
ContinueToNextFile Gets or sets the label for continuing the search in the next file.
Direction Gets or sets the caption of the search direction group.
Down Gets or sets the label for downward search direction.
Expression Gets or sets the label for expression-based search.
Find Gets or sets the Find button caption.
FindWhat Gets or sets the label for the find text input.
Less Gets or sets the caption used to collapse the expanded options area.
More Gets or sets the caption used to expand the options area.
Next Gets or sets the Next button caption.
Selection Gets or sets the label for limiting the search to the current selection.
SetMarker Gets or sets the Set Marker button caption.
Up Gets or sets the label for upward search direction.
WholeWordOnly Gets or sets the label for whole-word matching.
WrapAtEndOfFile Gets or sets the label for wrapping the search at the file boundary.

Events

Name Description
OnChanged Occurs when a label change requires the dialog to update displayed text.