Hallo,
es ist nur eine Vermutung:
Delphi-Quellcode:
[...]
End Else If C is TCheckListBox Then Begin
For i2 := 0 to TCheckListBox(C).Items.Count - 1 do
TCheckListBox(C).Checked[i2] := F.ReadBool('ManifestCreator',
GetShortHint(C.Hint) + '_' + TCheckListBox(C).Items[i], False); // <- sollte hier nicht "i2" stehen?
End Else If C is TCustomCheckBox Then
[...]
Gruß Hawkeye