IBX.IBCustomDataSet.TIBCustomDataSet.AfterDatabaseDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterDatabaseDisconnect: TNotifyEvent read FAfterDatabaseDisconnect  write FAfterDatabaseDisconnect;

C++

__property System::Classes::TNotifyEvent AfterDatabaseDisconnect = {read=FAfterDatabaseDisconnect, write=FAfterDatabaseDisconnect};

Properties

Type Visibility Source Unit Parent
event protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

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.