2 boyutta tanımlama için;
type kullanmalısın.

type abc = record
x:integer;
y:integer;
end;

var
def: array[0..5000] of abc;

gibi olabilir.