API:System.Contnrs.TComponentList.Last

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

Delphi

function Last: TComponent; inline;

C++

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

プロパティ

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

説明

Items 配列の末尾にあるオブジェクトを返します。

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

Items 配列の末尾にあるオブジェクトを返します。

Last を呼び出すと,Items 配列で末尾にあるオブジェクトを取得できます。

関連項目