Datasnap.DSProxyWriter.TDSProxyWriterFactory.GetWriter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSProxyWriterFactory

Delphi

class function GetWriter(const Id: string): TDSProxyWriter; static;

C++

static TDSProxyWriter* __fastcall GetWriter(const System::UnicodeString Id);

Description

Returns a DataSnap proxy writer based on a given identifier.

The GetWriter static method returns a DataSnap proxy writer based on a given identifier specified by the Id parameter.

See Also