API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSProxyWriter.TDSCustomProxyWriterSystem.TObjectTDSCustomConnectorProxyWriter
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Unit: Datasnap.DSCustomConnectorProxyWriter
Parent: Datasnap.DSCustomConnectorProxyWriter

Delphi

TDSCustomConnectorProxyWriter = class abstract(TDSCustomProxyWriter)

C++

class PASCALIMPLEMENTATION TDSCustomConnectorProxyWriter : public Datasnap::Dsproxywriter::TDSCustomProxyWriter

Description

Implements a custom DataSnap proxy writer.

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

Implements a custom DataSnap proxy writer.

Use the TDSCustomProxyWriter class to implement a custom DataSnap proxy writer.

See Also