Vcl.ActnMan.TActionManager.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName;

C++

__property FileName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

Description

Specifies the name of the file that the action manager component uses to read and write layout information.

Vcl.ActnMan.TActionManager.FileName inherits from Vcl.ActnMan.TCustomActionManager.FileName. All content below this line refers to Vcl.ActnMan.TCustomActionManager.FileName.

Specifies the name of the file that the action manager component uses to read and write layout information.

Use FileName to specify the name of the file that the action manager will use to read and write layout information for the action bands that are connected to the action manager. The action manager uses this file to store the current state of the action bands that are connected to the action manager when the application is closed. When an application is started, the action manager uses the layout information contained in this file to reconstruct the action bands back to the state when the application last closed. All customizations made to the action bands are saved in this file.