IBX.IBDatabase.TIBBase.OnDatabaseFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDatabaseFree: TNotifyEvent read FOnDatabaseFree write FOnDatabaseFree;

C++

__property System::Classes::TNotifyEvent OnDatabaseFree = {read=FOnDatabaseFree, write=FOnDatabaseFree};

Properties

Type Visibility Source Unit Parent
event public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBBase

Description

Occurs after a database is freed from memory.

Write an OnDatabaseFree event handler to take specific actions after a database is freed from memory.