System.Contnrs.TClassList.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Last: TClass; inline;

C++

HIDESBASE System::TClass __fastcall Last();

Properties

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

Description

Returns the last class listed in the Items array.

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

See Also