API:System.Generics.Collections.TList.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const Value: T): Integer; inline;

C++

int __fastcall IndexOf(const T Value);

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

Description

Embarcadero Technologies does not currently have any additional information.