RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxStrings.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. 

 

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