Skip to main content

TdxDocumentSearchOptions.RegExResultMaxGuaranteedLength Property

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

Declaration

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