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

tvararraybound

Type describing variant array bounds.

Declaration

Source position: varianth.inc line 56

type tvararraybound = packed record

  elementcount: SizeInt;

  

Number of elements in this array dimension.

  lowbound: SizeInt;

  

Lower bound of this array dimension (index of first element).

end;

Description

tvararraybound is used to describe one dimension in a variant array.

See also

tvararray

  

Type describing variant array