Vcl.ActnMan.TCustomActionManager.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const Filename: string);

C++

void __fastcall LoadFromFile(const System::UnicodeString Filename);

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.

LoadFromFile 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