System.Contnrs.TObjectList.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Last: TObject; inline;

C++

HIDESBASE System::TObject* __fastcall Last();

Properties

Type Visibility Source Unit Parent
function public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TObjectList

Description

Returns the object at the end of the Items array.

Call Last to retrieve the last object in the Items array.

See Also