System.ObjAuto.CreateMethodPointer

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

説明

内部的に使用するためのものです。

CreateMethodPointer を直接使用しないでください。

関連項目