Datasnap.DSProxyWriter.TDSProxyWriterFactory.HasWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function HasWriter(const Id: string): Boolean;

C++

__classmethod bool __fastcall HasWriter(const System::UnicodeString Id);

Properties

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

Description

Returns whether a specified identifier has a DataSnap proxy writer associated.

The HasWriter static method returns True if the identifier specified by Id has a DataSnap proxy writer associated, False otherwise.

See Also