TIniFile |
Field | Param(s) | Type |
Path | - | String |
Create | Self As TIniFile , byval File As String = "" | SUB |
ReadString | Self As TIniFile , byval Section As String , byval Key As String , byval Alt As String | FUNCTION |
ReadInteger | Self As TIniFile , byval Section As String , byval Key As String , byval Alt As Integer | FUNCTION |
ReadFloat | Self As TIniFile , byval Section As String , byval Key As String , byval Alt As Double | FUNCTION |
WriteString | Self As TIniFile , byval Section As String , byval Key As String , byval Value As String | SUB |
WriteInteger | Self As TIniFile , byval Section As String , byval Key As String , byval Value As Integer | SUB |
WriteFloat | Self As TIniFile , byval Section As String , byval Key As String , byval Value As Double | SUB |
| |