The AsString property is a read-only property which returns the list of token strings parsed from the stream. Usually, this is the exact strings parsed from the stream. However, if the parser chooses to, the string returned could be a beautified version of the strings. The intent is that the string should be reparsable by the parser to create the exact same list of tokens.
Namespace: CommonInterfaces
Delphi |
public |
Property Value
Type: String