RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItem.Assign Method

Copies the properties of another TComboExItem object.

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

Call Assign to assign the properties of another combo box item to this one. If the Source parameter is another TComboExItem object, Assign copies the values of its Caption, ImageIndex, SelectedImageIndex, OverlayImageIndex, and Indent properties. Otherwise, Assign calls the inherited method, which copies the properties from any object that has an AssignTo method that can copy to a TComboExItem object. 

 

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