Datasnap.DSPlatform.TDBXServerComponent.NotifyObject

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

Delphi

function NotifyObject(const ClientId, CallbackId: string;  const Msg: TObject; out Response: TObject): Boolean;

C++

bool __fastcall NotifyObject(const System::UnicodeString ClientId, const System::UnicodeString CallbackId, System::TObject* const Msg, /* out */ System::TObject* &Response);

プロパティ

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

説明

TObject を指定のクライアントの特定のコールバックに送信します。

NotifyObject メソッドは、TObjectChannelNameClientId、および CallbackId の値を指定して登録した、特定のコールバックに送信します。 Response の値は、クライアントのコールバックから返された TObject 値に設定されます。

関連項目