tdynarraytypeinfo
Type information for a dynamic array.
Declaration
Source position: dynarrh.inc line 24
Type
tdynarraytypeinfo = packed record
public
kind : TTypeKind;
namelen : Byte;
elesize : SizeInt;
eletype : ppdynarraytypeinfo;
vartype : LongInt;
end
Description
tdynarraytypeinfo describes the structure of a multi-dimensional dynamic array. It is used in the DynArraySetLength call.
See also
| Name | Description |
|---|---|
| Byte | An unsigned 8-bits integer |
| DynArraySetLength | Set the length of a dynamic array |
| LongInt | A signed 32-bits integer |
| pdynarraytypeinfo | Pointer to TDynArrayTypeInfo type. |
| SizeInt | Signed integer type which fits for sizes |
| TTypeKind | Type of a property or value. |