Vcl.ComCtrls.TComboBoxExStrings.GetObject

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

説明

指定したインデックスで項目に関連付けられているオブジェクトを返します。

Vcl.ComCtrls.TComboBoxExStrings.GetObject は Vcl.StdCtrls.TCustomComboBoxStrings.GetObject を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBoxStrings.GetObject を参照しています。

指定したインデックスで項目に関連付けられているオブジェクトを返します。

GetObject は,Objects プロパティの読み取りプロテクトメソッドです。ComboBox プロパティで識別されたコンボボックスから,指定した項目に関連付けられているオブジェクトがフェッチされます。

Index は,オブジェクトが関連付けられている項目のインデックスです。

関連項目