System.Classes.IInterfaceList.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: IInterface;

C++

virtual System::_di_IInterface __fastcall First(void) = 0 ;

Properties

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

Description

Returns the first interface in the list.

Call First to obtain the first interface in the list.

See Also