Vcl.ExtCtrls.TCustomControlBar.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCustomControlBar(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomControlBar |
Description
Destroys the TCustomControlBar instance.
Do not call Destroy. Instead, call Free.
Destroy frees the memory allocated for the TCustomControlBar properties.