API:System.Contnrs.TObjectList.FindInstanceOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindInstanceOf(AClass: TClass; AExact: Boolean = True; AStartAt: Integer = 0): Integer;

C++

int __fastcall FindInstanceOf(System::TClass AClass, bool AExact = true, int AStartAt = 0x0);

Properties

Type Visibility Source Unit Parent
function public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TObjectList

Description

Embarcadero Technologies does not currently have any additional information.