System.Contnrs.TComponentList.First
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.