Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

VarArrayRedim

Redimension a variant array.

Declaration

Source position: varianth.inc line 378

procedure VarArrayRedim(

  var A: Variant;

  HighBound: SizeInt

);

Description

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.


Documentation generated on: Jul 24 2023