System.Rtti.TRawVirtualClass.TVTable.SetVTableSlot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVTableSlot(Idx: Integer; Proc: Pointer; Context: Pointer); overload;
procedure SetVTableSlot(Idx: Integer; Proc: Pointer); overload;

C++

void __fastcall SetVTableSlot(int Idx, void * Proc, void * Context)/* overload */;
void __fastcall SetVTableSlot(int Idx, void * Proc)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
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!