Back to Devexpress

TdxRichEditControlOptionsBase.Search Property

vcl-dxrichedit-dot-view-dot-core-dot-tdxricheditcontroloptionsbase-fcd7a055.md

latest965 B
Original Source

TdxRichEditControlOptionsBase.Search Property

Provides access to search-related settings.

Declaration

delphi
property Search: TdxDocumentSearchOptions read; write;

Property Value

Type
TdxDocumentSearchOptions

Remarks

Use the Search.RegExResultMaxGuaranteedLength property to adjust the maximum length of a string that a regular expression search operation can return. Refer to the TdxDocumentSearchOptions class description for detailed information on available options.

See Also

TdxRichEditControlOptionsBase

TdxRichEditControlOptionsBase Members

dxRichEdit.View.Core Unit