System.Classes.IInterfaceList.IndexOf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IndexOf(const Item: IInterface): Integer;

C++

virtual int __fastcall IndexOf(const System::_di_IInterface Item) = 0 ;

Propriétés

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

Description

Renvoie l'indice d'une interface.

Appelez la méthode IndexOf pour obtenir l'indice d'une interface.

Voir aussi