Einzelnen Beitrag anzeigen

Blackheart

Registriert seit: 4. Mai 2005
846 Beiträge
 
Delphi 7 Enterprise
 
#7

Re: [INI-File]Problem mit Typenumwandlung?

  Alt 19. Aug 2008, 11:05
Delphi-Quellcode:
Ini.WriteInteger('Font', 'Style', Integer(TFontStyle(Font.Style)));
...
Font.Style:=TFontStyles(TFontStyle(Ini.ReadInteger('Font', 'Style',
0)));
Blackheart
  Mit Zitat antworten Zitat