Das verwirrt mich doch sehr:
hotkey1 := StrToInt(MyIniFile.ReadString('hotkeys','hotkey1',''));
warum nicht so?
hotkey1 := MyIniFile.ReadInteger('hotkeys','hotkey1',0);
Zitat von
thomas2009:
wo ist das Problem ?
In INIs kann man direkt Zahlen speichern, also warum die Umwandlung in einen String?