TTMSFNCReplaceDialogUILanguage Class
Contains localizable captions and option labels displayed by the replace dialog.
API unit family: TMSFNCReplaceDialog
Inherits from: TPersistent
Syntax
TTMSFNCReplaceDialogUILanguage = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AllOpenFiles | Gets or sets the label for the all-open-files replace range. |
| 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. |
| CurrentFile | Gets or sets the label for the current-file replace range. |
| 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. |
| FindNext | Gets or sets the Find Next 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. |
| Replace | Gets or sets the Replace button caption. |
| ReplaceAll | Gets or sets the Replace All button caption. |
| ReplaceAllRange | Gets or sets the caption of the replace-all range group. |
| ReplaceWith | Gets or sets the label for the replacement text input. |
| Selection | Gets or sets the label for the selection replace range. |
| 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. |