TClassData Record

Represents type TClassData.

Namespace: Spring.VirtualClass
type
 TClassData = record
 end;

The TClassData type exposes the following members.

Show:
 NameDescription
VirtualMethodCount

Represents property VirtualMethodCount.

Top
Show:
 NameDescription
GetVirtualMethodCount

Represents method GetVirtualMethodCount.

Top
Show:
 NameDescription
AfterConstruction

Represents field AfterConstruction.

AutoTable

Represents field AutoTable.

BeforeDestruction

Represents field BeforeDestruction.

ClassName

Represents field ClassName.

DefaultHandler

Represents field DefaultHandler.

Destroy

Represents field Destroy.

Dispatch

Represents field Dispatch.

DynamicTable

Represents field DynamicTable.

Equals

Represents field Equals.

FieldTable

Represents field FieldTable.

FreeInstance

Represents field FreeInstance.

GetHashCode

Represents field GetHashCode.

InitTable

Represents field InitTable.

InstanceSize

Represents field InstanceSize.

IntfTable

Represents field IntfTable.

MethodTable

Represents field MethodTable.

NewInstance

Represents field NewInstance.

Parent

Represents field Parent.

SafeCallException

Represents field SafeCallException.

SelfPtr

Represents field SelfPtr.

ToString

Represents field ToString.

TypeInfo

Represents field TypeInfo.

VirtualMethods

Represents field VirtualMethods.

Top