RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar.Destroy Destructor

Destroys the TCustomControlBar instance.

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

Do not call Destroy. Instead, call Free. 

Destroy frees the memory allocated for the TCustomControlBar properties. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!