Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteImplementation

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also