System.GetDynaMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDynaMethod(vmt: TClass; selector: SmallInt): Pointer;

C++

extern DELPHI_PACKAGE void * __fastcall GetDynaMethod(TClass vmt, short selector);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

For internal use.

GetDynaMethod is part of the dynamic method dispatch support.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.GetDynaMethod&oldid=149772"