IInterfaceComponentReference
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Interface for checking component references
Declaration
Source position: classesh.inc line 2018
Type
  IInterfaceComponentReference = interface ['{3FEEC8E1-E400-4A24-BCAC-1F01476439B1}']
    function GetComponent : TComponent;
  end
  ;
Description
IInterfaceComponentReference is an interface to return the component that implements a given interface. It is implemented by TComponent .
Members
| Member | Type | Visibility | Description | 
|---|---|---|---|
| GetComponent | Method | default | Return component instance | 
Inheritance
| Class | Description | 
|---|---|
| IInterfaceComponentReference | Interface for checking component references | 
See also
| Name | Description | 
|---|---|
| TComponent | Base class for all components that need owner-owned functionality. |