System.Classes.TReader.ReadIdent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadIdent: string;

C++

System::UnicodeString __fastcall ReadIdent();

Properties

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

Description

Reads and returns a string type value from the reader object's stream.

ReadIdent is a helper method used by other reader methods to read a string type element at the current reader Position.

ReadIdent calls ReadValue to read the value-type indicator. If the retrieved value-type indicator is:

ReadIdent advances the reader Position after the last byte it has read.

See Also