System.Contnrs.TObjectList.Last

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

Delphi

function Last: TObject; inline;

C++

HIDESBASE System::TObject* __fastcall Last();

プロパティ

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

説明

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

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

関連項目