Vcl.Ribbon.TCustomRibbon.RemoveAllTabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAllTabs;

C++

void __fastcall RemoveAllTabs(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Remove all Tabs from Ribbon.

RemoveAllTabs removes all Tabs from the Ribbon. All associated pages and groups are deleted.

See Also