API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TDSCustomConnectorProxyWriter(void);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Creates a TDSCustomProxyWriter instance.

Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.Create inherits from Datasnap.DSProxyWriter.TDSCustomProxyWriter.Create. All content below this line refers to Datasnap.DSProxyWriter.TDSCustomProxyWriter.Create.

Creates a TDSCustomProxyWriter instance.

The Create method creates and initializes an instance of the TDSCustomProxyWriter class.

See Also