RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBarColorMap.Assign Method

Provides a custom Assign procedure for TCustomActionBarColorMap 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 TCustomActionBarColorMap object to another. The ActionBars, Images, PrioritySchedule, and LinkedActionLists items of the current TCustomActionBarColorMap 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!