Skip to main content

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:

VCL Rich Edit Control: The Find and Replace Dialog - 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.

See Also