Specifies a TParser symbol token.
toSymbol = Char(1);
toSymbol = Char(1);
Classes
toSymbol 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.
toSymbol specifies that a symbol value has been encountered. 'object', 'Left' and 'end' are typical DFM symbols. They are like Delphi keywords, as opposed to integer, string, widestring and float values that occur following a symbol and '=' sign combination.
The value is available in the TokenString property.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|