TArray
Generic array definition
Declaration
Source position: syshelph.inc line 4
Type
TArray<T> = Array of T
Description
TArray is a generic array. It can be used to define dynamic arrays in generic functions or classes.
This definition is provided for Delphi compatibility only, it is not needed in Free Pascal, where 2 array types are equal if their element types are equal.
See also
Name | Description |
---|---|
TStringArray | Dynamic array of strings |