Vcl.ActnMenus.TCustomActionMenuBar.RecreateControls
Delphi
procedure RecreateControls; override;
C++
virtual void __fastcall RecreateControls(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMenuBar |
Description
Destroys and recreates all of the action band's action client controls.
Vcl.ActnMenus.TCustomActionMenuBar.RecreateControls inherits from Vcl.ActnMan.TCustomActionBar.RecreateControls. All content below this line refers to Vcl.ActnMan.TCustomActionBar.RecreateControls.
Destroys and recreates all of the action band's action client controls.
Call RecreateControls to recreate all of the action client child controls contained by the action band from scratch. RecreateControls destroys the action client controls and creates a new component according to the current property settings.