Applies to
TRegExHighlighter component
Declaration
property GreedyStyle: Boolean;
Description
This property control whether regular expression matching will be done using greedy style or not. It controls the property ModiferG of TRegExpr objects used internally by TRegExtHighlighter. See topic "TRegExpr interface" in file "TRegExpr.hlp" for the effect of greedy style on regular expression matching.
The default value for GreedyStyle is True.