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
.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlSearchReplace
See Also