TRegExHighlighter.ExtendedSyntax property
PlusMemo Help Send comments on this topic.
TRegExHighlighter.ExtendedSyntax property

Glossary Item Box

 

Applies to

TRegExHighlighter component

 

Declaration

property ExtendedSyntax: Boolean;

 

Description

This property control whether regular expression matching will be done using extended syntax or not.  It controls the property ModiferX of TRegExpr objects used internally by TRegExtHighlighter.  See topic "TRegExpr interface" in file "TRegExpr.hlp" for the effect of extended syntax on regular expression matching.

 

The default value for property ExtendedSyntax is False.