Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteLine

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure WriteLine(const Line: string); overload;
procedure WriteLine; overload;

C++

void __fastcall WriteLine(const System::UnicodeString Line)/* overload */;
void __fastcall WriteLine()/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Ecrit une ligne (Line), avec indentation, dans un flux.

Il existe deux surcharges de WriteLine. La première surcharge de WriteLine écrit une ligne (Line), en utilisant l'indentation, dans un flux. La seconde surcharge de WriteLine écrit une ligne (Line) dans un flux en appelant de façon interne la méthode DerivedWriteLine.

Voir aussi