RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.SaveToFile Method

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

Pascal
procedure SaveToFile(const Filename: string);
C++
__fastcall SaveToFile(const AnsiString Filename);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!