Vcl.Ribbon.TCustomRibbon.RemoveTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveTab(const ACaption: string);

C++

void __fastcall RemoveTab(const System::UnicodeString ACaption);

Properties

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

Description

Remove tab with specified caption.

RemoveTab removes the tab with the specified caption. RemoveTab deletes the associated page and any groups on that page.

See Also