API:IBX.IBCustomDataSet.TIBDataSet.DatabaseFree
Delphi
property DatabaseFree: TNotifyEvent read FDatabaseFree write FDatabaseFree;
C++
__property DatabaseFree;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBDataSet |
Description
Occurs when the database associated with this dataset is freed. {{#multireplace:IBX.IBCustomDataSet.TIBDataSet.DatabaseFree|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet.DatabaseFree|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.DatabaseFree|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.