System.Classes.TWriter.WriteIdent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteIdent(const Ident: string);

C++

void __fastcall WriteIdent(const System::UnicodeString Ident);

Properties

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

Description

Writes the passed Ident identifier to the writer object's stream.

WriteIdent is used internally by the component streaming system to write component properties being string type identifiers to the writer object's stream.

WriteIdent works as follows:

WriteIdent advances the current position after the last written byte.

See Also