Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocumentSearchOptions.RegExResultMaxGuaranteedLength Property

Specifies the maximum length of a string returned as the result of a regular expression search.

#Declaration

Delphi
property RegExResultMaxGuaranteedLength: Integer read; write; default DefaultRegExResultMaxGuaranteedLength;

#Property Value

Type Default
Integer DefaultRegExResultMaxGuaranteedLength

#Remarks

This property specifies the size (in characters) of a buffer allocated for a search using regular expressions. The Rich Edit control can search only those strings whose length does not exceed the RegExResultMaxGuaranteedLength property value.

The RegExResultMaxGuaranteedLength property’s default value is DefaultRegExResultMaxGuaranteedLength.

See Also