TAdsConnection.BeforeDisconnect

TAdsConnection

Advantage TDataSet Descendant

BeforeDisconnect occurs immediately before closing a connection.

Syntax

property BeforeDisconnect: TNotifyEvent;

Description

Write a BeforeDisconnect event handler to take application-specific actions before the connection component closes a connection to the Advantage Database Server.

See Also

AfterDisconnect