IBX.IBCustomDataSet.TIBCustomDataSet.DatabaseFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseFree: TNotifyEvent read FDatabaseFree

C++

__property System::Classes::TNotifyEvent DatabaseFree = {read=FDatabaseFree, write=FDatabaseFree};

Properties

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

Description

Occurs when the database associated with this dataset is freed.

Write a DatabaseFree event handler to respond when the database specified by the Database property is freed.