Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TInterfacedPersistent.QueryInterface

Implementation of IInterface.QueryInterface.

Declaration

Source position: classesh.inc line 467

public function TInterfacedPersistent.QueryInterface(

  const IID: TGuid;

  out Obj

):HRESULT; virtual;

Description

QueryInterface simply calls GetInterface using the specified IID, and returns the correct values.

See also

TObject.GetInterface

  

Return a reference to an interface.


Documentation generated on: Jul 24 2023