Thema
:
Delphi
Record als Konstante
Einzelnen Beitrag anzeigen
NicoDE
(Gast)
n/a Beiträge
#
2
Re: Record als Konstante
28. Jul 2004, 14:42
markieren
Delphi-Quellcode:
const
Foo: TPoint = (
X: 10;
Y: 10
);
Zitat