API:IBX.IBCustomDataSet.TIBDataSet.AfterDatabaseDisconnect

From RAD Studio API Documentation

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. {{#multireplace:IBX.IBCustomDataSet.TIBDataSet.AfterDatabaseDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet.AfterDatabaseDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet.AfterDatabaseDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.