| 342 | Set(Section, Ident, Value); |
| 343 | } |
| 344 | void TSaveParams::WriteString(const AnsiString Section, const AnsiString Ident, const AnsiString Value) |
| 345 | { |
| 346 | Set(Section, Ident, Value); |
| 347 | } |
| 348 | void TSaveParams::WriteFloat(const AnsiString Section, const AnsiString Ident, double Value) |
| 349 | { |
| 350 | Set(Section, Ident, Value); |
nothing calls this directly
no outgoing calls
no test coverage detected