[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TXPathScanner.SkipToken

Skips the current token when it is not an error.

Declaration

Source position: laz2_xpath.pas line 361

public function TXPathScanner.SkipToken(

  tok: TXPathToken

):Boolean;

Arguments

tok

  

Token expected in the method.

Function result

True if the current token is the same as the tok argument.


Version 4.0 Generated 2025-05-03 Home