API:Vcl.ActnMenus.TCustomActionPopupMenu.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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

CreateControls is called after all controls are created.

Vcl.ActnMenus.TCustomActionPopupMenu.CreateControls inherits from Vcl.ActnCtrls.TCustomActionDockBar.CreateControls. All content below this line refers to Vcl.ActnCtrls.TCustomActionDockBar.CreateControls.

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