Show: Delphi
C++
Display Preferences
Datasnap.DSClientRest.TDSRESTChannelEventType
From XE2 API Documentation
Delphi
type TDSRESTChannelEventType = (rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved)
C++
enum TDSRESTChannelEventType : unsigned char { rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | Datasnap.DSClientRest |
Description
User event type for notification of callback channel events.
TDSRESTChannelEventType is a user event type for notification of callback channel events, such as create and close.