---------------------------------------------------------------------------
| 337 | } |
| 338 | //--------------------------------------------------------------------------- |
| 339 | void TMYIniFile::WriteInteger(char * Section, char * Ident, int Value) |
| 340 | { |
| 341 | WriteInteger(String(Section), String(Ident), Value); |
| 342 | } |
| 343 | //--------------------------------------------------------------------------- |
| 344 | void TMYIniFile::WriteInteger(String Section, String Ident, int Value) |
| 345 | { |
no outgoing calls
no test coverage detected