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