Get a reference to an interface, not increasing the reference count.
Source position: objpash.inc line 298
public function TObject.GetInterfaceWeak( |
const iid: TGuid; |
out obj |
):Boolean; |
GetInterfaceWeak performs the same function as Getinterface, but unlike the latter, it will not increase the reference count of the interface.
|
Return a reference to an interface. |