Datasnap.DSClientRest.TDSRestClientChannel.OnChannelStateChange

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnChannelStateChange: TDSRESRChannelEvent read FChannelEvent write FChannelEvent;

C++

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

Description

Event that gets notified when changes are made to the callbacks of this channel.

The OnChannelStateChange event gets notified when changes are made to the callbacks of this channel, or to the channel itself.

See Also