[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TVmt

Declaration

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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.