TdxRichEditControlOptionsBase.Search Property
Provides access to search-related settings.
Declaration
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