Datasnap.DSClientRest.TDSRESTChannelEventItem.Callback

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRESTChannelEventItem

Delphi

Callback: TDSRestClientCallback;

C++

TDSRestClientCallback* Callback;

Description

The callback added or removed. It is null/nil if the channel is being closed.

See Also