Datasnap.DSClientRest.TDSRestClientChannel.Callbacks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Callbacks: TList<TDSRestClientCallback> read FCallbacks;

C++

__property System::Generics::Collections::TList__1<TDSRestClientCallback*>* Callbacks = {read=FCallbacks};

Properties

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

Description

Specifies the list of callbacks held by this client channel.

Read the Callbacks property to obtain a list of callbacks held by this client channel.

See Also