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

tvararraybound

Type describing variant array bounds.

Declaration

Source position: varianth.inc line 75

type tvararraybound = record

  elementcount: LongInt;

  

Number of elements in this array dimension.

  lowbound: LongInt;

  

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


Documentation generated on: May 14 2021