[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: objpash.inc line 95
type TVmt = record |
vInstanceSize: SizeInt; |
vInstanceSize2: SizeInt; |
vParent: PVmt; |
vClassName: PShortString; |
vDynamicTable: Pointer; |
vMethodTable: Pointer; |
vFieldTable: Pointer; |
vTypeInfo: Pointer; |
vInitTable: Pointer; |
vAutoTable: Pointer; |
vIntfTable: pinterfacetable; |
vMsgStrPtr: pstringmessagetable; |
vDestroy: Pointer; |
vNewInstance: Pointer; |
vFreeInstance: Pointer; |
vSafeCallException: Pointer; |
vDefaultHandler: Pointer; |
vAfterConstruction: Pointer; |
vBeforeDestruction: Pointer; |
vDefaultHandlerStr: Pointer; |
end; |
lazarus-ccr.sourceforge.net |