Skip to main content

TdxDocumentSearchOptions Class

Stores search settings.

Declaration

TdxDocumentSearchOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

This class extends its ancestor with the RegExResultMaxGuaranteedLength property that allows you to specify the maximum length of a string that a regular expression search operation can return.

A Rich Edit component‘s Options.Search property references a TdxDocumentSearchOptions object.

See Also