System.RegularExpressionsCore.TPerlRegEx.State
Delphi
property State: TPerlRegExState read FState write FState;
C++
__property TPerlRegExState State = {read=FState, write=FState, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp |
System.RegularExpressionsCore | TPerlRegEx |
Description
State of the Subject string.
The State is of type TPerlRegExState.
See Also
Code Examples