Vcl.ComCtrls.TToolBarStyleHook.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TToolBarStyleHook();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolBarStyleHook |
Description
Destroys an instance of TStyleHook.
Vcl.ComCtrls.TToolBarStyleHook.Destroy inherits from Vcl.Themes.TStyleHook.Destroy. All content below this line refers to Vcl.Themes.TStyleHook.Destroy.
Destroys an instance of TStyleHook.
Do not call Destroy directly. Call Free instead. Free verifies that the object reference is not nil before calling Destroy.