Zitat von
Hawkeye219:
@Alexander Roth
In Delphi 2006 (2005?) ist folgendes möglich:
Delphi-Quellcode:
type
TMyClass = class
const
MyConst = 219;
constructor Create;
end;
Damit wird eine Konstante vereinbart, die nur innerhalb der Klasse bekannt ist.
Nett. Leider ist das noch nicht in Delphi 7.
Kann man nicht ändern.
Danke für eure Hilfe
Tschüss