API:System.Contnrs.TClassList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: TClass; inline;

C++

HIDESBASE System::TClass __fastcall First();

Properties

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

Description

Returns Items[0].

System.Contnrs.TClassList.First inherits from System.Classes.TList.First. All content below this line refers to System.Classes.TList.First.

Returns Items[0].

Call First to get the first pointer in the Items array.

See Also