Registriert seit: 17. Mai 2007
482 Beiträge
Delphi XE6 Professional
|
3-dimensional array to list?
1. Jun 2011, 12: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?
|