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.
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |