vcl-dxrichedit-dot-actions-c3ecc3a2.md
An action object that corresponds to the SearchFind command provided by the Rich Edit control.
TdxRichEditControlSearchFind = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlSearchFind action object invokes the Find and Replace dialog with the active Find tab:
The SearchFind command is always available. If the Rich Edit control’s ReadOnly property is set to True, executing a TdxRichEditControlSearchFind action object invokes the Find and Replace dialog without the Replace tab.
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSearchFind
See Also
TdxRichEditControlSearchFindNext Class
TdxRichEditControlSearchReplace Class