Skip to main content

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.

See Also