JCL Help:TExprLexer.TokenAsString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

String information about the current token if that is appropriate.


Pascal

 public property TokenAsString: string;


Description

This property is usually valid for tokens that don't have a fixed length, like etIdentifier and etNumber. It contains the text as found in the source stream, possibly after a little preprocessing (for instance, if the lexer supported strings, then this could return the string with control characters expanded). It is set by NextTok.


See Also

NextTok TokenAsNumber CurrTok


About

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page