Vcl.AxCtrls.TActiveFormControl.ObjQueryInterface

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ObjQueryInterface(const IID: TGUID; out Obj): HResult; override;

C++

virtual HRESULT __stdcall ObjQueryInterface(const GUID &IID, /* out */ void *Obj);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveFormControl

Description

La méthode ObjQueryInterface attend un identificateur d'interface (IID) et renvoie l'interface COM demandée de l'objet.

La méthode ObjQueryInterface retransmet d'abord l'appel à l'objet TActiveForm associé s'il gère l'interface, sinon elle interroge sa propre interface.

Voir aussi