Thema: Delphi Pointer auf array

Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#2

Re: Pointer auf array

  Alt 4. Mär 2007, 16:05
Hi,

vielleicht so:

Delphi-Quellcode:
T3DDoubleArray = Array[0..a] of Array[0..b] of Array[0..c] of Double; // wobei mir das mit dem a,b,c bisschen seltsam vorkommt...

P3DDoubleArray = ^T3DDoubleArray;

TP3DDoubleArray = Array of P3DDoubleArray;
? Oder hab ich dich falsch verstanden?

Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat