System.Classes.TParser.TokenString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TokenString: string;

C++

System::UnicodeString __fastcall TokenString();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Returns a string representation of the current token.

Call TokenString to retrieve the current token value as a string, regardless of its type.

See Also