API:Vcl.Ribbon.TCustomRibbonGroup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Ribbon.TCustomActionControlBarVcl.ActnCtrls.TCustomActionToolBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowTCustomRibbonGroup

Delphi

TCustomRibbonGroup = class(TCustomActionControlBar, IRibbonGroup,
IRibbonBarKeyTip, IRibbonKeyTip)

C++

class PASCALIMPLEMENTATION TCustomRibbonGroup : public TCustomActionControlBar

Properties

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

Description

TCustomActionControlBar is the base class for action control bar objects that manage a set of actions.

Vcl.Ribbon.TCustomRibbonGroup inherits from Vcl.Ribbon.TCustomActionControlBar. All content below this line refers to Vcl.Ribbon.TCustomActionControlBar.

TCustomActionControlBar is the base class for action control bar objects that manage a set of actions.

TCustomActionControlBar is the base class for components that generate control bars based on the actions that an Action Manager specifies.

See Also