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

For internal use.

You should not use CreateMethodPointer directly.

See Also