RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.Assign Method

Provides a custom Assign procedure for TCustomActionManager objects.

Pascal
procedure Assign(Source: TPersistent); override;
C++
virtual __fastcall Assign(TPersistent * Source);

Use this override of the inherited TPersistent procedure to assign the properties of one TCustomActionManager object to another. The ActionBars, Images, PrioritySchedule, and LinkedActionLists items of the current TCustomActionManager all refer to the same objects as in the Source. In the case of the FileName property, it becomes a copy of the Source property of the same name. If Source is not an action manager, the inherited procedure is called. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!