help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

tvararray

Type describing variant array

Declaration

Source position: varianth.inc line 65

type tvararray = record

  dimcount: Word;

  

Number of dimensions

  flags: Word;

  

Array flags.

  elementsize: LongInt;

  

Size of one element in the array.

  lockcount: LongInt;

  

Lock (reference) count of the array.

  data: pointer;

  

Pointer to the array data.

  bounds: tvararrayboundarray;

  

Array describing the bounds in the array.

end;

Description

tvararray is a record describing a variant array. It contains some general data, followed by a number of TVarArrayBound records equal to the number of dimensions in the array (dimcoun).

See also

TVarArrayBound

  

Type describing variant array bounds.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505