Sequential INI fix

This commit is contained in:
mysticbbs 2013-04-22 13:35:16 -04:00
parent 35f46bbc16
commit 3bc773b82c

View file

@ -48,6 +48,7 @@ End;
Procedure TIniReader.SetSequential (S: Boolean);
Begin
Sequential := S;
CurrentCat := '';
If Opened Then Reset(IniFile);
End;