Navigation: Code Documentation > RSCommon > GParser > Classes > TGCustomParser > Methods
TGCustomParser.SkipDelimiters(Integer) Method
Skips the Delimiters in the Text string at the current Position until a token character is found.
The Step parameter specifies how many characters to skip.
Namespace: GParser
Delphi
protected function SkipDelimiters( Step: Integer ): Integer;
Parameters
Step
Type: Integer
•GParser.TGCustomParser.Delimiters
•GParser.TGCustomParser.Position
•GParser.TGCustomParser.Text
•GParser.TGCustomParser.IsADelimiter(Char)
•GParser.TGCustomParser.IsAToken(Char)
•TGCustomParser
•GParser