| 334 | return Get(Section, Ident, Default); |
| 335 | } |
| 336 | bool TSaveParams::ReadBool(const AnsiString Section, const AnsiString Ident, bool Default) |
| 337 | { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected