| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Interface for checking component references
Source position: classesh.inc line 1744
| type IInterfaceComponentReference = interface | ||
| function GetComponent; | 
 | Return component instance | 
| end; | 
| 
 | Interface for checking component references | 
IInterfaceComponentReference is an interface to return the component that implements a given interface. It is implemented by TComponent.
| 
 | Base class for all components that need owner-owned functionality. |