Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditControlSearchFind Class

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

#Declaration

Delphi
TdxRichEditControlSearchFind = class(
    TdxRichEditControlAction
)

#Remarks

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:

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

See Also