Vcl.ActnMan.TCustomActionManager.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const Filename: string);

C++

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

Properties

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

Description

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

SaveToFile saves the layout information to a file specified in the FileName property. The action manager uses the layout information in the file to reconstruct the action bands.