API:System.TObject.GetInterface

From RAD Studio API Documentation
Jump to: navigation, search

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. Please help us document this topic by using the Discussion page!