Einzelnen Beitrag anzeigen

Benutzerbild von Jens Schumann
Jens Schumann

Registriert seit: 27. Apr 2003
Ort: Bad Honnef
1.644 Beiträge
 
Delphi 2009 Professional
 
#1

TPoint im const Abschnitt

  Alt 25. Sep 2004, 10:00
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?
I come from outer space to save the human race
  Mit Zitat antworten Zitat