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