Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.992 Beiträge
 
#1

All the Delphi arrays…

  Alt 12. Nov 2010, 08:00
Delphi arrays have a few quirks (as mentionned here on TURBU f.i.), which arise from there being actually four different types arrays in Delphi, with limited interoperability: array [low..high] of TSomeType: the bounded array, a value type, useful for structures, fixed-size vectors & matrices, ...

More...
  Mit Zitat antworten Zitat