System.Contnrs.TComponentList.First
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] を返します。
First メソッドを呼び出すと,Items 配列内の最初のコンポーネントを取得できます。