| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Describe a field of a record/class
Source position: typinfo.pp line 83
| type TVmtFieldEntry = packed record | ||
| FieldOffset: PtrUInt; | 
 | Offset of the field from the start of the class data | 
| TypeIndex: Word; | 
 | Type of the field | 
| Name: ShortString; | 
 | Name of the field | 
| end; | 
TVmtFieldEntry records are generated by the compiler for all fields of a record or class that have RTTI associated with them. They describe the field as known to the compiler.
| 
 | Pointer to #rtl.typinfo.TVmtFieldEntry type. | |
| 
 | Table of field descriptions for a class or record type. |