API:System.Contnrs.TComponentList.First

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

Delphi

function First: TComponent; inline;

C++

HIDESBASE System::Classes::TComponent* __fastcall First();

プロパティ

種類 可視性 ソース ユニット
function public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TComponentList

説明

Items[0] を返します。

System.Contnrs.TComponentList.First は System.Contnrs.TObjectList.First を継承しています。以下の内容はすべて System.Contnrs.TObjectList.First を参照しています。

Items[0] を返します。

First を呼び出すと,Items 配列で最初のオブジェクト参照を取得できます。

関連項目