Datasnap.DSClientRest.TDSRestClientChannel.OnChannelStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChannelStateChange: TDSRESRChannelEvent read FChannelEvent write FChannelEvent;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientChannel

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