Vcl.ActnMenus.TCustomActionMainMenuBar.CreateControls

From RAD Studio API Documentation

Delphi

procedure CreateControls; override;

C++

virtual void __fastcall CreateControls(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

CreateControls is called after all controls are created. {{#multireplace:Vcl.ActnMenus.TCustomActionMainMenuBar.CreateControls|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnCtrls.TCustomActionDockBar.CreateControls|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnCtrls.TCustomActionDockBar.CreateControls|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

CreateControls is called after all controls are created.

CreateControls is used after all controls are created. After the controls are created, the SetupScrolling method is called.

See Also