0
I have a matrix like this in Delphi XE8: Matriz[2][3].
I wonder which method can I use to return the number of rows or columns in this matrix, my idea is to loop with 2 for's and traverse the matrix elements by inserting them into a table in the DataBase and then retrieve them in a report with the component TfrxDbDataset.
Sorry, I typed wrong, I’ll correct. Both work, but in
Lengthwould have to have a- 1then not to giveAccess Violation. High returns the last position, while Length returns the size.– Roberto de Campos