Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TVmtFieldClassTab

Table with Class-typed Fields.

Declaration

Source position: typinfo.pp line 195

type TVmtFieldClassTab = packed record

  Count: Word;

  

Number of entries.

  ClassRef: array [0..0] of PClass;

  

Array of class references.

end;

Description

TVmtFieldClassTab describes the fields of class type. A pointer to this table is present in TVmtFieldTable

See also

TVmtFieldTable

  

Table of field descriptions for a class or record type.


Documentation generated on: Jul 24 2023