System.Win.ObjComAuto.TObjectDispatch.GetObjectDispatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetObjectDispatch(Obj: TObject): TObjectDispatch; virtual;

C++

virtual TObjectDispatch* __fastcall GetObjectDispatch(System::TObject* Obj);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

Description

Crée et renvoie une instance de TObjectDispatch.

GetObjectDispatch représente un raccourci vers le constructeur TObjectDispatch (il n'est pas nécessaire de définir le paramètre Owner du constructeur; il est initialisé à False).

Voir aussi