[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Interface for checking component references.
Source position: classesh.inc line 2430
type IInterfaceComponentReference = interface |
||
function GetComponent; |
|
Return component instance. |
end; |
|
Interface for checking component references. |
|
| | ||
|
Basic interface for all COM based interfaces. |
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. |