March 2000
Intermediate to advanced
576 pages
18h 13m
English
TVarArrayBound Type
type
TVarArrayBound = packed record
ElementCount: Integer;
LowBound: Integer;
end;A Variant array keeps track of its array bounds
with a TVarArrayBound record for each dimension.
The record stores the lower bound and the number of elements in the
array. A Variant array’s
TVarArray data stores an array of
TVarArrayBound
records.
| TVarArray Type, TVarData Type, VarArrayCreate Function, VarArrayDimCount Function, VarArrayHighBound Function, VarArrayLock Function, VarArrayLowBound Function, VarArrayOf Function, VarArrayRedim Procedure, VarArrayRef Function, VarArrayUnlock Function, Variant Type, VarIsArray Function, VarType Function |
Read now
Unlock full access