TdxDocumentSearchOptions Class
In This Article
Stores search settings.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxDocumentSearchOptions
See Also