Data.DB.TDataSetDesigner.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDataSetDesigner();

Properties

Type Visibility Source Unit Parent
destructor public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetDesigner

Description

Disposes of an instance of TDataSetDesigner.

Do not call the Destroy method directly. Instead, when freeing the dataset designer from a component editor, use the Free method. Free checks that the dataset designer reference is not nil, and only then calls Destroy.

Destroy sets the Designer property of the associated dataset to nil (Delphi) or NULL (C++) before destroying the instance of TDataSetDesigner.

See Also