Datasnap.DSClientRest.TDSRestClientChannel.RegisterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterCallback(AClientCallback: TDSRestClientCallback);

C++

void __fastcall RegisterCallback(TDSRestClientCallback* AClientCallback);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientChannel


Description

Registers a client callback with the server.

The RegisterCallback method registers a client callback with the server. The AClientCallback parameter is an instance of TDSRestClientCallback.

See Also