RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.Assign Method

Copies the contents of another TActionClientItem to the object where the method is executed.

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

Use Assign to copy the contents of one TActionClientItem instance to another. 

 

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