I have an array like this in Delphi XE8: Matriz[2][3]
.
I would like to know what method I can use to return the number of rows or columns in this array, my idea is to loop with 2 for
'if I scroll through the array elements by inserting them into a table in DataBase
and then retrieves them in a report with the TfrxDbDataset
component.