Table of Contents

TTMSFNCReplaceDialog Class

Replace dialog component that can find and replace through events or ITMSFNCReplace.

API unit family: TMSFNCReplaceDialog Inherits from: TTMSFNCCustomReplaceDialog

Syntax

TTMSFNCReplaceDialog = class(TTMSFNCCustomReplaceDialog)

Properties

Name Description
AutoHistory Gets or sets whether non-empty find and replacement text are stored in history when the dialog closes. (inherited from TTMSFNCCustomReplaceDialog)
FindList Gets or sets the list of previous find text values shown in the combo box. (inherited from TTMSFNCCustomReplaceDialog)
FindText Gets or sets the current text to find. (inherited from TTMSFNCCustomReplaceDialog)
Options Gets or sets behavior flags for ranges, matching, buttons, and expansion state. (inherited from TTMSFNCCustomReplaceDialog)
ReplaceList Gets or sets the list of previous replacement text values shown in the combo box. (inherited from TTMSFNCCustomReplaceDialog)
ReplaceText Gets or sets the current replacement text. (inherited from TTMSFNCCustomReplaceDialog)
UILanguage Gets or sets the localizable labels used by the dialog. (inherited from TTMSFNCCustomReplaceDialog)
VisibleOptions Gets or sets which controls are visible in the dialog. (inherited from TTMSFNCCustomReplaceDialog)

Events

Name Description
OnFind Occurs when the dialog requests a find operation. (inherited from TTMSFNCCustomReplaceDialog)
OnFindEditChange Occurs when the current find text changes. (inherited from TTMSFNCCustomReplaceDialog)
OnFindNext Occurs when the dialog requests the next matching occurrence. (inherited from TTMSFNCCustomReplaceDialog)
OnReplace Occurs when the dialog requests replacement of the current match. (inherited from TTMSFNCCustomReplaceDialog)
OnReplaceAll Occurs when the dialog requests replacement of all matches in the selected range. (inherited from TTMSFNCCustomReplaceDialog)
OnReplaceEditChange Occurs when the current replacement text changes. (inherited from TTMSFNCCustomReplaceDialog)

Used by