Datasnap.DSProxyWriter.TDSProxyWriterFactory.GetWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSProxyWriterFactory

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