[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the current token as a widestring
Source position: classesh.inc line 1559
public function TParser.TokenWideString: WideString; |
If current token type is toWString, this method returns the contents of the string. That is, enclosing quotes are removed, embedded quotes are unescaped and control strings are converted to the appropriate sequence of characters.
If current token isn't a widestring, TokenWideString behaviour is the same as TokenString.
None.
|
Reads the next token and returns its type. |
|
|
Returns the current token as a string. |
|
|
The type of the current token. |
|
|
Value returned by TParser.Token when a widestring was found in the input stream. |