API:System.Contnrs.TObjectList.FindInstanceOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

System::NativeInt __fastcall FindInstanceOf(System::TClass AClass, bool AExact = true, System::NativeInt 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.