API:IBX.IBStoredProc.TIBStoredProc.DatabaseFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseFree: TNotifyEvent read FDatabaseFree write FDatabaseFree;

C++

__property DatabaseFree;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBStoredProc.pas
IBX.IBStoredProc.hpp
IBX.IBStoredProc TIBStoredProc

Description

Occurs when the database associated with this dataset is freed.

IBX.IBStoredProc.TIBStoredProc.DatabaseFree inherits from IBX.IBCustomDataSet.TIBCustomDataSet.DatabaseFree. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.DatabaseFree.

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.