Datasnap.DSClientRest.TDSRESTChannelEventType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TDSRESTChannelEventType = (rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved);

C++

enum DECLSPEC_DENUM TDSRESTChannelEventType : unsigned char { rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved };

プロパティ

種類 可視性 ソース ユニット
enum public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest


説明

createclose などのコールバック チャネル イベントを通知するためのユーザー イベント型です。

関連項目