Skip to main content
A newer version of this page is available. .

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:

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.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSearchFind action object, use the sdxRichEditCommandFindMenuCaption and sdxRichEditCommandFindDescription resource strings, respectively.

See Also