tvararraybound
Type describing variant array bounds.
Declaration
Source position: varianth.inc line 75
Type
tvararraybound = record
public
  elementcount : LongInt;
  lowbound : LongInt;
end
Description
tvararraybound is used to describe one dimension in a variant array.
See also
| Name | Description | 
|---|---|
| LongInt | A signed 32-bits integer | 
| LongInt | A signed 32-bits integer | 
| tvararray | Type describing variant array |