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

Method GetByName

sourcecommon/savepar.cpp:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41}
42//---------------------------------------------------------------------------
43Variant __fastcall TSaveParams::GetByName(AnsiString name)
44{
45 return Get(fCurrentSection, name);
46}
47//---------------------------------------------------------------------------
48Variant TSaveParams::GetByNameDef(AnsiString name, Variant defval)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected