[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Type describing variant array bounds.
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; |
tvararraybound is used to describe one dimension in a variant array.
|
Type describing variant array |