RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItem.SetImageIndex Method

Sets the value of the ImageIndex property.

Pascal
procedure SetImageIndex(const Value: TImageIndex); override;
C++
virtual __fastcall SetImageIndex(const TImageIndex Value);

SetImageIndex is the protected write implementation of the ImageIndex property. It sets the ImageIndex property to Value, and then calls the Changed method so that the collection can update itself. 

 

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