Vcl.StdCtrls.TCustomComboBoxStrings.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 protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Description

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