[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a reference to an interface
Source position: objpash.inc line 230
public function TObject.GetInterface( |
const iid: TGuid; |
out obj |
):Boolean; |
const iidstr: shortstring; |
out obj |
):Boolean; |
GetInterface scans the interface tables and returns a reference to the interface iid. The reference is stored in Obj which should be an interface reference. It returns True if the interface was found, False if not.
The reference count of the interface is increased by this call.
If no interface was found, False is returned.
|
Return an interface based on its GUID |