Table with Class-typed Fields.
Source position: typinfo.pp line 205
| type TVmtFieldClassTab = packed record | ||
| Count: Word; | 
 | Number of entries. | 
| ClassRef: array [0..0] of PClass; | 
 | Array of class references. | 
| end; | 
TVmtFieldClassTab describes the fields of class type. A pointer to this table is present in TVmtFieldTable
| 
 | Table of field descriptions for a class or record type. |