TIDERegisteredComps.FindByClass Method
Find the TIDERegisteredComp object that holds information about the registered component which class is specified by AClass.
Syntax
Unit: IDEMain
function TIDERegisteredComps.FindByClass(AClass: TClass): TIDERegisteredComp;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AClass | TClass |