RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetDesigner.Destroy Destructor

Disposes of an instance of TDataSetDesigner.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!