Table of Contents

TCompInspList.IndexOfInstance Method

Returns the zero-based index of AInstance in the inspected-instances list, or -1 if not found.

Syntax

Unit: ComponentInspector

function TCompInspList.IndexOfInstance(AInstance: TComponent): Integer;

Parameters

<-> Parameter Type Description
AInstance TComponent

See also