System.ObjAuto.CreateMethodPointer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateMethodPointer(const MethodHandler: IMethodHandler; TypeData: PTypeData): TMethod;
function CreateMethodPointer(const ADynamicInvokeEvent: TDynamicInvokeEvent; TypeData: PTypeData): TMethod; overload;

C++

extern DELPHI_PACKAGE System::TMethod __fastcall CreateMethodPointer(const _di_IMethodHandler MethodHandler, System::Typinfo::PTypeData TypeData)/* overload */;

Propriétés

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

Description

A usage interne.

N'utilisez pas directement CreateMethodPointer.

Voir aussi