RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxExStrings.GetObject Method

Returns the object associated with the item at a specified index.

Pascal
function GetObject(Index: Integer): TObject; override;
C++
virtual __fastcall TObject * GetObject(int Index);

GetObject is the protected read implementation of the Objects property. It fetches the associated object for the identified item from the combo box identified by the ComboBox property. 

Index is the index of the item with which the object is associated. 

 

Objects 

ComboBox

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