Back to Devexpress

TdxRichEditControlSearchReplace Class

vcl-dxrichedit-dot-actions-b45cab2e.md

latest2.3 KB
Original Source

TdxRichEditControlSearchReplace Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSearchReplace

See Also

TdxRichEditControlSearchFind Class

TdxRichEditControlSearchFindNext Class

TdxRichEditControlSearchReplace Members

dxRichEdit.Actions Unit