TAdvCustomComponentInspector.IndexOfPropertyName Method
Returns the row index of the property whose full name matches AFullname (case-insensitive), or -1 if not found.
Syntax
Unit: ComponentInspector
function TAdvCustomComponentInspector.IndexOfPropertyName(AFullname: string): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AFullname | string |