TComponent.ComObject
Interface reference implemented by the component
Declaration
Source position: classesh.inc line 2134
public Property
ComObject : IUnknown;
Description
ComObject returns the COM interface represented by the component. If the component does not represent a COM interface, reading this property will raise an EComponentError .
See also
| Name | Description |
|---|---|
| EComponentError | Exception raised when an error occurs in the component registration routines. |
| IUnknown | IUnknown Interface |