| 346 | Set(Section, Ident, Value); |
| 347 | } |
| 348 | void TSaveParams::WriteFloat(const AnsiString Section, const AnsiString Ident, double Value) |
| 349 | { |
| 350 | Set(Section, Ident, Value); |
| 351 | } |
| 352 | void TSaveParams::WriteBool(const AnsiString Section, const AnsiString Ident, bool Value) |
| 353 | { |
| 354 | Set(Section, Ident, Value); |
nothing calls this directly
no outgoing calls
no test coverage detected