Datasnap.DSProxyWriter.TDSProxyWriterFactory.HasWriter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
Unit: Datasnap.DSProxyWriter | |
Parent: TDSProxyWriterFactory |
Delphi
class function HasWriter(const Id: string): Boolean;
C++
__classmethod bool __fastcall HasWriter(const System::UnicodeString Id);
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.