System.Contnrs.TObjectList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: TObject; inline;

C++

HIDESBASE System::TObject* __fastcall First();

Properties

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

Description

Returns Items[0].

Call First to retrieve the first object reference in the Items array.

See Also