Datasnap.DSClientRest.TDSRestClientChannel.OnChannelStateChange

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

Delphi

property OnChannelStateChange: TDSRESRChannelEvent read FChannelEvent write FChannelEvent;

C++

__property TDSRESRChannelEvent OnChannelStateChange = {read=FChannelEvent, write=FChannelEvent};

プロパティ

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

説明

このチャンネルのコールバックに変更が行われた際に通知を受けるイベントです。

OnChannelStateChange イベントは、このチャンネルのコールバック、またはチャンネル自身に変更が行われた際に通知を受けるイベントです。

関連項目