| 338 | return Get(Section, Ident, Default); |
| 339 | } |
| 340 | void TSaveParams::WriteInteger(const AnsiString Section, const AnsiString Ident, int Value) |
| 341 | { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected