Resets the parser to the beginning of the Text string. The method returns TRUE if a token was found at the beginning (ignoring delimiters, of course).
Namespace: GParser
Delphi |
public |
Return Value
Type: Boolean
The following example uses the TGParser class to parse a string of numbers and add the numbers up (delimiters are spaces): Delphi |
var |