RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.LoadFromFile Method

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

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

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. 

 

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