Datasnap.DSCommon.TDSClientChannelManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSClientChannelManagerEvent =

C++

typedef void __fastcall (__closure *TDSClientChannelManagerEvent)(System::TObject* Sender, const TDSClientChannelEventItem &EventItem);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon Datasnap.DSCommon

Description

User event for the notification of channel events, such as create and close.

TDSClientChannelManagerEvent is a user event for the notification of channel events, such as create and close.

See Also