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

TdxRichEditControlSearchFindNext Class

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

Declaration

TdxRichEditControlSearchFindNext = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSearchFindNext action object selects the next text fragment matching the last string that an end-user searched by using the Find and Replace dialog.

UI elements linked to a TdxRichEditControlSearchFindNext action object are enabled only if an end-user have already searched a string by using the Find and Replace dialog.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSearchFindNext action object, use the sdxRichEditCommandFindAndSelectForwardMenuCaption and sdxRichEditCommandFindAndSelectForwardDescription resource strings, respectively.

See Also