RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommandProperties.Assign Method

Copies the properties of another instance of TCommandProperties.

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

Use Assign to set the value of the TCommandProperties object from another object.

Note: As implemented in TCommandProperties, the Assign method simply exits.
 

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