TAdsConnection.OnDisconnect

TAdsConnection

Advantage TDataSet Descendant

OnDisconnect occurs when an application makes a request to release a connection.

Syntax

type TNotifyEvent = procedure of object;

 

property OnDisconnect: TNotifyEvent;

Description

Write an OnDisconnect event handler to take specific action when an application makes a request to release a connection.