API:System.Rtti.TRawVirtualClass.TVTable.VTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VTable: TArray<pointer> read GetVTable;

C++

__property System::DynamicArray<void *> VTable = {read=GetVTable};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.