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

Method WriteInteger

sourcecommon/savepar.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 return Get(Section, Ident, Default);
339}
340void TSaveParams::WriteInteger(const AnsiString Section, const AnsiString Ident, int Value)
341{
342 Set(Section, Ident, Value);
343}
344void TSaveParams::WriteString(const AnsiString Section, const AnsiString Ident, const AnsiString Value)
345{
346 Set(Section, Ident, Value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected