Navigation: Code Documentation > RSCommon > GParser > Classes > TGCustomParser > Methods
TGCustomParser.Previous Method
Moves the parser to the previous token in the Text string. The method returns TRUE if a token was found (ignoring delimiters, of course).
Namespace: GParser
Delphi
public function Previous: Boolean; virtual;
Return Value
Type: Boolean
•GParser.TGCustomParser.First
•GParser.TGCustomParser.Last
•GParser.TGCustomParser.Next
•GParser.TGCustomParser.Text
•TGCustomParser
•GParser