Datasnap.DSProxyWriter.TDSProxyWriterFactory.HasWriter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSProxyWriterFactory


説明

指定された識別子が、関連づけられている DataSnap プロキシ ライターを持っているかどうかを返します。

HasWriter 静的メソッドは、Id で指定される識別子に DataSnap プロキシ ライターが関連づけられているならば True を、そうでなければ False を返します。

関連項目