TAdvCustomComponentInspector.IndexOfInstance Method
Returns the zero-based index of AInstance in the inspected-instances list, or -1 if not found.
Syntax
Unit: ComponentInspector
function TAdvCustomComponentInspector.IndexOfInstance(AInstance: TComponent): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AInstance | TComponent |