Show: Delphi
C++
Display Preferences
IBCustomDataSet.TIBDataSet.Destroy
From XE2 API Documentation
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TIBDataSet(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | IBCustomDataSet.pas IBCustomDataSet.hpp |
IBCustomDataSet | TIBDataSet |
Description
Destroys the instance of a dataset component.
IBCustomDataSet.TIBDataSet.Destroy inherits from IBCustomDataSet.TIBCustomDataSet.Destroy. All content below this line refers to IBCustomDataSet.TIBCustomDataSet.Destroy.
Destroys the instance of a dataset component.
Do not call Destroy directly in an application. Usually destruction of datasets is handled automatically by Delphi. If an application creates its own instances of a dataset, however, the application should call Free, which verifies that the dataset component is not already freed before calling Destroy.
Destroy performs the following tasks:
- Frees the associated query objects.
- Frees the base object.
- Frees the associated internal resources.