Das wird irgendwas eigenes sein wie z.B. das folgende, vermute ich.
Delphi-Quellcode:
type
TLongWordArray = array of LongWord;
var
LongWordArray: TLongWordArray;
Delphi-Quellcode:
type
TLargeIntRect: record
Hi: LargeInt; // gibt's LargeInt?
Lo: LargeInt;
Ord: LargeInt;
end;
Oder so ähnlich.