Datasnap.DSProxyWriter.TDSProxyWriter.CreateProxyWriter
Delphi
function CreateProxyWriter: TDSCustomProxyWriter; virtual; abstract;
C++
virtual TDSCustomProxyWriter* __fastcall CreateProxyWriter() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp | Datasnap.DSProxyWriter | TDSProxyWriter | 
Description
Virtual abstract method to be implemented in child classes.
The CreateProxyWriter virtual abstract method is intended to be implemented in derived classes to create a new DataSnap proxy writer.