Vcl.ActnMan.TCustomActionManager.AfterConstruction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Loads the layout information needed to reconstruct the action bands by the action manager from a file.

AfterConstruction reads the file specified in the FileName property of the action manager component and loads the layout information needed to reconstruct the action bands connected to the action manager.

See Also