Sequential INI fix
This commit is contained in:
parent
35f46bbc16
commit
3bc773b82c
|
@ -48,6 +48,7 @@ End;
|
|||
Procedure TIniReader.SetSequential (S: Boolean);
|
||||
Begin
|
||||
Sequential := S;
|
||||
CurrentCat := '';
|
||||
|
||||
If Opened Then Reset(IniFile);
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue