API:Vcl.Ribbon.TCustomRibbonGroup.CreateControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateControls; override;

C++

virtual void __fastcall CreateControls();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

CreateControls re-creates the ribbon controls.

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

CreateControls re-creates the ribbon controls.

CreateControls re-creates specific controls.

See Also