Arrays

Top  Previous  Next

What is translated > Types > Arrays

 

Delphi distinguishes between Static arrays with a fixed size and Dynamic arrays with a variable size. Both can be passed to routines as parameters. There is a third kind of array: Open arrays, which can be passes to routines. Open arrays are arrays of unspecified size with elements, that all have the same type.

 

Some of the following examples stem from: http://www.delphibasics.co.uk/RTL.asp?Name=array

 



This page belongs to the Delphi2C# Documentation

Delphi2C# home  Content