Vcl.ComCtrls.TComboBoxExStrings.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject(Index: Integer): TObject; override;

C++

virtual System::TObject* __fastcall GetObject(int Index);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

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

Vcl.ComCtrls.TComboBoxExStrings.GetObject inherits from Vcl.StdCtrls.TCustomComboBoxStrings.GetObject. All content below this line refers to Vcl.StdCtrls.TCustomComboBoxStrings.GetObject.

Returns the object associated with the item at a specified 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.

See Also