Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteInterface

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 WriteInterface; virtual; abstract;

C++

virtual void __fastcall WriteInterface() = 0 ;

Description

Writes the interface section.

The WriteInterface virtual abstract method is to be defined in derived classes and is used to write the interface section.

See Also