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

Method WriteString

sourcecommon/savepar.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 Set(Section, Ident, Value);
343}
344void TSaveParams::WriteString(const AnsiString Section, const AnsiString Ident, const AnsiString Value)
345{
346 Set(Section, Ident, Value);
347}
348void TSaveParams::WriteFloat(const AnsiString Section, const AnsiString Ident, double Value)
349{
350 Set(Section, Ident, Value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected