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

Method WriteBool

sourcecommon/savepar.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 Set(Section, Ident, Value);
351}
352void TSaveParams::WriteBool(const AnsiString Section, const AnsiString Ident, bool Value)
353{
354 Set(Section, Ident, Value);
355}
356//---------------------------------------------------------------------------
357#pragma package(smart_init)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected