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

Method GetByNameDef

sourcecommon/savepar.cpp:48–51  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

46}
47//---------------------------------------------------------------------------
48Variant TSaveParams::GetByNameDef(AnsiString name, Variant defval)
49{
50 return Get(fCurrentSection, name, defval);
51}
52//---------------------------------------------------------------------------
53void __fastcall TSaveParams::SetByIndex(int index, Variant value)
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected