Datasnap.DSCommon.TDSClientCallbackChannelManager.OnChannelStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChannelStateChange: TDSClientChannelManagerEvent read FChannelManagerEvent write FChannelManagerEvent;

C++

__property TDSClientChannelManagerEvent OnChannelStateChange = {read=FChannelManagerEvent, write=FChannelManagerEvent};

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Event to be notified when the channel is opened or closed.

OnChannelStateChange is an event to be notified when the channel is opened or closed and when callbacks are added and removed.

See Also