System.Rtti.TRawVirtualClass.TVTable.AllocateRawThunk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function AllocateRawThunk(Proc: Pointer; Context: Pointer; BytesToPop: Integer): Pointer; static;

C++

static void * __fastcall AllocateRawThunk(void * Proc, void * Context, int BytesToPop);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!