Hallo,
ich habe ein Problem mit TPoint im const Abschnitt.
D. h. ich möchte einen Konstante als TPoint in den const Abschnitt schreiben.
Delphi-Quellcode:
const
EinIntegerArray : Array[0..1] of Integer = (1,2); // ist ja kein Problem
EinTPoint : TPoint = Point(-1,-1); // geht nicht
Warum funktioniert das nicht?