Specifies a TParser End of file token.
toEOF = Char(0);
toEOF = Char(0);
Classes
toEOF is one of a number of Char values that are used by the TParser. These are tokens, representing the type of information that TParser has found whilst parsing.
toEOF specifies that the end of the file (EOF) has occured.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|