Datasnap.Win.MConnect.TDispatchConnection.AfterDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TDispatchConnection

Delphi

property AfterDisconnect;

C++

__property AfterDisconnect;

Description

Occurs after the connection closes.

Datasnap.Win.MConnect.TDispatchConnection.AfterDisconnect inherits from Data.DB.TCustomConnection.AfterDisconnect. All content below this line refers to Data.DB.TCustomConnection.AfterDisconnect.

Occurs after the connection closes.

Write an AfterDisconnect event handler to take application-specific actions after the connection component drops a connection.

See Also