Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

3-dimensional array to list?

  Alt 1. Jun 2011, 11:40
Delphi-Version: 2010
Hello,

I have type:

TMatrix = array of array of array of Byte;

I neec it to process graphic, so, array I think is the worst idea. I thought about list: TList<Byte>, how I can make TMatrix list based?
  Mit Zitat antworten Zitat