System.Classes.TInterfaceList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: IInterface;

C++

System::_di_IInterface __fastcall First();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceList

Description

Returns the first interface in the list.

Call First to obtain the first interface in the list.

See Also