Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TArray

Generic array definition

Declaration

Source position: syshelph.inc line 4

type TArray = 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

TStringArray

  

Dynamic array of strings


Documentation generated on: Sep 29 2022