| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Checks if the current component is the implementor of the interface
Source position: classesh.inc line 1980
public function TComponent.IsImplementorOf(  | 
const Intf: IInterface  | 
):Boolean;  | 
IsImplementorOf returns True if the current component implements the given interface. The interface should descend from IInterfaceComponentReference and the GetComponent method should return the current instance.
  | 
Interface for checking component references  |