Data.Bind.DBXScope.TSubSQLDataSet.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSubSQLDataSet();

Properties

Type Visibility Source Unit Parent
destructor public
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TSubSQLDataSet

Description

Destroys the TCustomSQLDataSet instance.

Data.Bind.DBXScope.TSubSQLDataSet.Destroy inherits from Data.SqlExpr.TCustomSQLDataSet.Destroy. All content below this line refers to Data.SqlExpr.TCustomSQLDataSet.Destroy.

Destroys the TCustomSQLDataSet instance.

Do not call Destroy directly in an application. Usually destruction of datasets is handled automatically. If an application creates its own instances of a dataset, however, and does not assign an Owner that is responsible for freeing the dataset, then the application should call Free, which verifies that the dataset reference is not nil before calling Destroy.

See Also