| 326 | return Get(Section, Ident, Default); |
| 327 | } |
| 328 | AnsiString TSaveParams::ReadString(const AnsiString Section, const AnsiString Ident, const AnsiString Default) |
| 329 | { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected