Back to Devexpress

TdxDocumentSearchOptions Class

vcl-dxrichedit-dot-options-db15bda9.md

latest2.3 KB
Original Source

TdxDocumentSearchOptions Class

Stores search settings.

Declaration

delphi
TdxDocumentSearchOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

Main API Members

The list below outlines key members of the TdxDocumentSearchOptions class. These members allow you to modify the search behavior in DevExpress Rich Text components.

Search-Related Settings

DefaultRegExResultMaxGuaranteedLengthSpecifies the default value for the RegExResultGuaranteedLength property.RegExResultMaxGuaranteedLengthSpecifies the size (in characters) of a buffer allocate for regular expression-based search operations.

General-Purpose API Members

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.

Direct TdxDocumentSearchOptions Class Reference

The TdxRichEditControlOptionsBase.Search property references a TdxDocumentSearchOptions object.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentSearchOptions

See Also

TdxDocumentSearchOptions Members

dxRichEdit.Options Unit