System.ObjAuto.GetInvokeInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInvokeInstance(MethodPointer: TMethod): TObject;

C++

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

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 GetInvokeInstance directly.

See Also