IBX.IBCustomDataSet.TIBDataSet.AfterDatabaseDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterDatabaseDisconnect: TNotifyEvent read FAfterDatabaseDisconnect write FAfterDatabaseDisconnect;

C++

__property AfterDatabaseDisconnect;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Occurs immediately after the connection to the associated database is closed.

IBX.IBCustomDataSet.TIBDataSet.AfterDatabaseDisconnect inherits from IBX.IBCustomDataSet.TIBCustomDataSet.AfterDatabaseDisconnect. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.AfterDatabaseDisconnect.

Occurs immediately after the connection to the associated database is closed.

Write an AfterDatabaseDisconnect event handler to respond when the dataset closes its connection to the database specified by the Database property.