Thema
:
Delphi
[INI-File]Problem mit Typenumwandlung?
Einzelnen Beitrag anzeigen
Blackheart
Registriert seit: 4. Mai 2005
846 Beiträge
Delphi 7 Enterprise
#
7
Re: [INI-File]Problem mit Typenumwandlung?
19. Aug 2008, 12:05
markieren
Delphi-Quellcode:
Ini.WriteInteger('
Font
', '
Style
', Integer(TFontStyle(Font.Style)));
...
Font.Style:=TFontStyles(TFontStyle(Ini.ReadInteger('
Font
', '
Style
',
0)));
Blackheart
Zitat
Blackheart
Öffentliches Profil ansehen
Mehr Beiträge von Blackheart finden