Datasnap.DSProxyWriter.TDSProxyWriter.CreateProxyWriter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
Unit: Datasnap.DSProxyWriter | |
Parent: TDSProxyWriter |
Delphi
function CreateProxyWriter: TDSCustomProxyWriter; virtual; abstract;
C++
virtual TDSCustomProxyWriter* __fastcall CreateProxyWriter() = 0 ;
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.