I think that
TIniFile
doesn't corresponds to
FileStream
: probably it is related to the old
.ini
files which are deprecated and not directly supported in the .NET Framework.
However you can access them using the
P/Invoke; the
Win32 API that you need is
GetPrivateProfileInt[
^]