Interface implementation of Notification.
Source position: classesh.inc line 2562
public procedure TComponent.ReferenceInterface( |
const intf: IInterface; |
op: TOperation |
); |
ReferenceInterface can be used to notify an interface of a component operation: it is the equivalent of the TComponent.Notification method of TComponent for interfaces. If the interface implements IInterfaceComponentReference, then the component that implements the interface is notified of the given operation Op.
None.
|
Called by components that are freed and which received a FreeNotification. |
|
|
Interface for checking component references. |