[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Redimension a variant array
Source position: varianth.inc line 374
procedure VarArrayRedim( |
var A: Variant; |
HighBound: SizeInt |
); |
VarArrayRedim re-sizes the first dimension of the variant array A, giving it a new high bound HighBound. Obviously, A must be a variant array for this function to work.