Size to use when creating an array of integers.
Source position: variants.pp line 287
var PackVarCreation: Boolean = True; |
PackVarCreation determines what to do when a variant array is created for elements with an integer type (varSmallint, varByte and the like). A value of False means the array will contain varInteger elements. This can result in better memory alignment. When PackVarCreation is True then the smallest possible size is selected for the elements.
|
Create a variant array. |