RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItems.Assign Method

Copies the list of dimension items from another TDimensionItems object.

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

Assign calls the inherited method to copy the properties of the Source parameter. The inherited method will copy properties from any object that implements an AssignTo method that can copy to a TDimensionItems object. 

 

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