Vcl.Ribbon.TRibbon

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Ribbon.TCustomRibbonVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRibbon

Delphi

TRibbon = class(TCustomRibbon)

C++

class PASCALIMPLEMENTATION TRibbon : public TCustomRibbon

Properties

Type Visibility Source Unit Parent
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

TRibbon implements ribbon control.

TRibbon is a TCustomRibbon that implements the ribbon control. Use TRibbon to create a user interface that looks and performs like the Microsoft Fluent User Interface.

Instead of the traditional user interface where the application has a top-level menu, there is no top-level menu when using TRibbon. Instead there is an Application Menu represented by a large round button in the upper-left corner. Commands are displayed in groups. These groups are more like toolbars and can display a variety of user interface elements.

See Also