System.Classes.IInterfaceList.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(Index: Integer): IInterface;

C++

virtual System::_di_IInterface __fastcall Get(int Index) = 0 ;

Properties

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

Description

Returns a specified interface from the list.

Get is the read implementation of the Items property.

Index identifies which interface to return, where 0 is the first interface, 1 is the second interface, and so on.

See Also