API:System.ObjAuto.CreateMethodPointer

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!