RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtn.Destroy Destructor

Destroys the bitmap button object.

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

Do not call Destroy directly in an application. Instead, call Free. Free checks that the bitmap button is not nil, and only then calls Destroy. 

 

delete 

Free

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