Properties
Type |
Visibility |
Source |
Unit |
Parent |
array |
public |
System.pas |
System |
System |
Description
Defines a generic array.
TArray is a generic array. This means that you can use TArray to store elements of any type, provided you specialize it.
See Also