| 330 | return Get(Section, Ident, Default); |
| 331 | } |
| 332 | double TSaveParams::ReadFloat(const AnsiString Section, const AnsiString Ident, double Default) |
| 333 | { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected