RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClient.Assign Method

Copies the contents of another object to the current one.

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

Use the Assign procedure to copy the contents of the Source object to the current one. This procedure is an override of the inherited TPersistent method, and is designed to accurately copy the properties of one TActionClient to another if both objects are TActionClients. If not, the inherited method is called. See the documentation for the inherited method for more details about the Assign method. 

 

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