Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Unit: Datasnap.DSCustomConnectorProxyWriter
Parent: TDSCustomConnectorProxyWriter

Delphi

constructor Create; virtual;

C++

__fastcall virtual 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