API: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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。