|
RAD Studio VCL Reference
|
Copies the properties of this action to a destination object.
procedure AssignTo(Dest: TPersistent); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|