vcl-dxrichedit-dot-options-db15bda9.md
Stores search settings.
TdxDocumentSearchOptions = class(
TdxRichEditNotificationOptions
)
The list below outlines key members of the TdxDocumentSearchOptions class. These members allow you to modify the search behavior in DevExpress Rich Text components.
DefaultRegExResultMaxGuaranteedLengthSpecifies the default value for the RegExResultGuaranteedLength property.RegExResultMaxGuaranteedLengthSpecifies the size (in characters) of a buffer allocate for regular expression-based search operations.
AssignCopies general document export settings between DevExpress Rich Text components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive change notifications during batch export setting changes.ResetRestores all default property values.
The TdxRichEditControlOptionsBase.Search property references a TdxDocumentSearchOptions object.
TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentSearchOptions
See Also