Skip to main content
A newer version of this page is available. .

TdxRichEditControlSearchReplace Class

An action object that corresponds to the SearchReplace command provided by the Rich Edit control.

Declaration

TdxRichEditControlSearchReplace = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSearchReplace action object invokes the Find and Replace dialog with the active Replace tab:

UI elements linked to a TdxRichEditControlSearchReplace action object are enabled only if the Rich Edit control’s ReadOnly property is set to False.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSearchReplace action object, use the sdxRichEditCommandReplaceMenuCaption and sdxRichEditCommandReplaceDescription resource strings, respectively.

See Also