Vcl.Ribbon.TCustomRibbonGroup.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCustomRibbonGroup(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | TCustomRibbonGroup |
Description
Destroys an instance of TCustomActionToolBar.
Vcl.Ribbon.TCustomRibbonGroup.Destroy inherits from Vcl.ActnCtrls.TCustomActionToolBar.Destroy. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.Destroy.
Destroys an instance of TCustomActionToolBar.
Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TCustomActionToolBar reference is not nil, and only then calls Destroy.