Datasnap.DSClientRest.TDSRestClientChannel.OnDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDisconnect: TNotifyEvent read FOnDisconnect write FOnDisconnect;

C++

__property System::Classes::TNotifyEvent OnDisconnect = {read=FOnDisconnect, write=FOnDisconnect};

Properties

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


Description

Occurs when disconnecting the client channel from the server.

Write an OnDisconnect event handler to provide further functionality when disconnecting the client channel from the server.