Skip to main content

TdxRichEditControlSearchFind Class

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

Declaration

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