TIniFile
FieldParam(s)Type
Path-String
CreateSelf As TIniFile , byval File As String = ""SUB
ReadStringSelf As TIniFile , byval Section As String , byval Key As String , byval Alt As StringFUNCTION
ReadIntegerSelf As TIniFile , byval Section As String , byval Key As String , byval Alt As IntegerFUNCTION
ReadFloatSelf As TIniFile , byval Section As String , byval Key As String , byval Alt As DoubleFUNCTION
WriteStringSelf As TIniFile , byval Section As String , byval Key As String , byval Value As StringSUB
WriteIntegerSelf As TIniFile , byval Section As String , byval Key As String , byval Value As IntegerSUB
WriteFloatSelf As TIniFile , byval Section As String , byval Key As String , byval Value As DoubleSUB