Datasnap.DSClientRest.TDSRestClientChannel.Callbacks
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestClientChannel | |
Delphi
property Callbacks: TList<TDSRestClientCallback> read FCallbacks;
C++
__property System::Generics::Collections::TList__1<TDSRestClientCallback*>* Callbacks = {read=FCallbacks};
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.