System.Classes.TInterfaceList.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Last: IInterface;

C++

System::_di_IInterface __fastcall Last();

Properties

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

Description

Returns the last interface in the list.

Call Last to obtain the last interface in the list.

See Also