Implementation of IInterface.QueryInterface.
Source position: classesh.inc line 748
public function TInterfacedPersistent.QueryInterface( |
const IID: TGuid; |
out Obj |
):HRESULT; virtual; |
QueryInterface simply calls GetInterface using the specified IID, and returns the correct values.
|
Return a reference to an interface. |