RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAction.AssignTo Method

Copies the properties of this action to a destination object.

Pascal
procedure AssignTo(Dest: TPersistent); override;
C++
virtual __fastcall AssignTo(TPersistent * Dest);

AssignTo is overridden so that existing objects of type TCustomAction can be copied to other action objects of the same type. AssignTo ensures the correct assignment of property values. 

 

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