Navigation: Code Documentation > RSCommon > GRegularExpression > Records
TRegExState Record
Defines one state in the regular expression state machine.
Namespace: GRegularExpression
Delphi
type TRegExState = record end;
Name
Description
Character
Represents field Character.
CharSet
Represents field CharSet.
MatchType
Represents field MatchType.
NextState1
Represents field NextState1.
NextState2
Represents field NextState2.
Top
•GRegularExpression.TGRegularExpression
•GRegularExpression