System.Win.ObjComAuto.CreateMethodPointer

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

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

プロパティ

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

説明

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

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

関連項目