RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObject.Destroy Destructor

Destroys an instance of TDragDockObject.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TDragDockObject();

Do not call Destroy directly. Instead, call Free. 

Destroy frees the memory associated with the Brush property and then calls the inherited destructor. 

 

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