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

tdynarraytypeinfo

Declaration

Source position: dynarrh.inc line 23

type tdynarraytypeinfo = packed record

  kind: Byte;

  namelen: Byte;

  elesize: SizeInt;

  eletype: pdynarraytypeinfo;

  vartype: LongInt;

end;