Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteInterface; virtual; abstract;

C++

virtual void __fastcall WriteInterface() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

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