System.Win.ObjComAuto.CreateMethodPointer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateMethodPointer(const Instance: IDispatch; DispID: Integer; TypeInfo: PTypeInfo): TMethod;
function CreateMethodPointer(const Instance: IDispatch; const MethodName: string; TypeInfo: PTypeInfo): TMethod;

C++

extern DELPHI_PACKAGE System::TMethod __fastcall CreateMethodPointer(const _di_IDispatch Instance, int DispID, System::Typinfo::PTypeInfo TypeInfo)/* overload */;

Propriétés

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

Description

A usage interne.

N'utilisez pas directement CreateMethodPointer.

Voir aussi