Datasnap.DSCommon.TDSClientCallbackChannelManager.NotifyObjectCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NotifyObjectCallback(const CallbackId, ManagerId: string;
const Msg: TObject; out Response: TObject): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Notifies a client callback with the specified object.

The NotifyObjectCallback method notifies a client callback with the specified object. The object is given through the Msg parameter.

NotifyObjectCallback returns True if the notification was successful, False otherwise.

See Also