System.Classes.TParser.TokenString

From RAD Studio API Documentation
Revision as of 00:45, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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