Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteLine
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
| Unit: Datasnap.DSProxyWriter | |
| Parent: TDSCustomProxyWriter | |
Delphi
procedure WriteLine(const Line: string); overload;
procedure WriteLine; overload;
C++
void __fastcall WriteLine(const System::UnicodeString Line)/* overload */;
void __fastcall WriteLine()/* overload */;
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.