API:System.TObject.GetInterface
Delphi
function GetInterface(const IID: TGUID; out Obj): Boolean;
C++
bool __fastcall GetInterface(const GUID &IID, /* out */ void *Obj);
bool __fastcall GetInterface(DelphiInterface<T>& smartIntf)
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas systobj.h |
System | TObject |
Description
Embarcadero Technologies does not currently have any additional information.