System.TArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TArray = array of T;

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.TArray&oldid=743816"