System.Contnrs.TComponentList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: TComponent; inline;

C++

HIDESBASE System::Classes::TComponent* __fastcall First();

Properties

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

Description

Returns Items[0].

Call First to retrieve the first component in the Items array.

See Also