FMX.ASE.Lexer.TAseLexer.TokenString
Delphi
property TokenString: string read FString;
C++
__property System::UnicodeString TokenString = {read=FString};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ASE.Lexer.pas FMX.ASE.Lexer.hpp |
FMX.ASE.Lexer | TAseLexer |
Description
Returns a string representation of the current token.
Call TokenString to retrieve the current token value as a string, regardless of its type.