Also bei mir hat das funktioniert, mit genau dieser Syntax:
Delphi-Quellcode:
type TXX = class
public
const xx: array[0..1] of string = ('X','Y');
end;
Und dass du die Items nicht sehen konntest, liegt wahrscheinlich daran, dass du sie als private deklariert hast.