Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteImplementation
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
Unit: Datasnap.DSProxyWriter | |
Parent: TDSCustomProxyWriter |
Delphi
procedure WriteImplementation; virtual; abstract;
C++
virtual void __fastcall WriteImplementation() = 0 ;
Description
Writes the implementation section.
The WriteImplementation virtual abstract method is to be defined in derived classes and is used to write the implementation section.