Vcl.ActnMan.TCustomActionManager.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read GetFileName write SetFileName;

C++

__property System::Sysutils::TFileName FileName = {read=GetFileName, write=SetFileName};

Properties

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

Description

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.