FMX.ASE.Lexer.TAseLexer.TokenString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TokenString: string read FString;

C++

__property System::UnicodeString TokenString = {read=FString};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer TAseLexer

Description

Renvoie une représentation chaîne du jeton en cours.

Appelez TokenString pour récupérer la valeur du jeton en cours sous la forme d'une chaîne, quel que soit son type.

Voir aussi