Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteLine
Delphi
procedure WriteLine(const Line: string); overload;
procedure WriteLine; overload;
C++
void __fastcall WriteLine(const System::UnicodeString Line)/* overload */;
void __fastcall WriteLine()/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp |
Datasnap.DSProxyWriter | TDSCustomProxyWriter |
Description
Writes a Line, with indentation, to a stream.
There are two WriteLine overloads. The first WriteLine overload writes a Line, using indentation, to a stream. The second WriteLine overload writes a Line to a stream by internally calling the DerivedWriteLine method.