System.Classes.TInterfaceList.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const Item: IInterface): Integer;

C++

int __fastcall IndexOf(const System::_di_IInterface Item);

Properties

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

Description

Returns the index of an interface.

Call IndexOf to obtain the index of an interface.

See Also