[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Redimension a variant array
Source position: varianth.inc line 343
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.
No notes exist for this page yet.