Name

TVarArrayBound Type

Syntax

type
  TVarArrayBound = packed record
    ElementCount: Integer;
    LowBound: Integer;
  end;

Description

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.

See Also

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
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset