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

TArrayTypeData

Array type data

Declaration

Source position: typinfo.pp line 123

type TArrayTypeData = packed record

  Size: SizeInt;

  

Declared size of the array

  ElCount: SizeInt;

  

Total number of elements in the array

  ElType: PTypeInfo;

  

Type information for an element in the array

  DimCount: Byte;

  

Number of dimensions in the array

  Dims: array [0..255] of PTypeInfo;

  

Range information for each dimension in the array

end;

Description

TArrayTypeData is used to describe arrays in RTTI. It can be encountered when the type kind is tkArray, and is used for both static and dynamic arrays and single or multi-dimensional arrays. The type of the array elements is described in elType, and the ranges for each of the dimensions (specified in DimCount in Dims.

See also

TTypeInfo

  

Type information record

TTypeKind

  

Type of a property.

TTypeData

  

Class properties type data record.


Documentation generated on: Nov 14 2015