Datasnap.DSProxyWriter.TDSCustomProxyWriter.DerivedWrite
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
| Unit: Datasnap.DSProxyWriter | |
| Parent: TDSCustomProxyWriter | |
Delphi
procedure DerivedWrite(const Line: string); virtual; abstract;
C++
virtual void __fastcall DerivedWrite(const System::UnicodeString Line) = 0 ;
Description
Writes to a stream.
The DerivedWrite virtual abstract method is to be defined in derived classes for purposes of writing the information given via the Line parameter to a stream.