| 350 | Set(Section, Ident, Value); |
| 351 | } |
| 352 | void TSaveParams::WriteBool(const AnsiString Section, const AnsiString Ident, bool Value) |
| 353 | { |
| 354 | Set(Section, Ident, Value); |
| 355 | } |
| 356 | //--------------------------------------------------------------------------- |
| 357 | #pragma package(smart_init) |
nothing calls this directly
no outgoing calls
no test coverage detected