Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteLine

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Beschreibung

Schreibt eine eingerückte Zeile (Line) in einen Stream.

Es gibt zwei überladene WriteLine-Methoden. Die erste WriteLine-Überladung schreibt eine eingerückte Zeile (Line) in einen Stream. Die zweite WriteLine-Überladung schreibt eine Zeile in einen Stream, indem die Methode DerivedWriteLine intern aufgerufen wird.

Siehe auch