System.ObjAuto.GetInvokeInstance

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

Delphi

function GetInvokeInstance(MethodPointer: TMethod): TObject;

C++

extern DELPHI_PACKAGE System::TObject* __fastcall GetInvokeInstance(const System::TMethod &MethodPointer);

プロパティ

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

説明

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

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

関連項目