MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / WriteFloat

Method WriteFloat

sourcecommon/savepar.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 Set(Section, Ident, Value);
347}
348void TSaveParams::WriteFloat(const AnsiString Section, const AnsiString Ident, double Value)
349{
350 Set(Section, Ident, Value);
351}
352void TSaveParams::WriteBool(const AnsiString Section, const AnsiString Ident, bool Value)
353{
354 Set(Section, Ident, Value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected