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

Method GetByIndex

sourcecommon/savepar.cpp:58–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

56}
57//---------------------------------------------------------------------------
58Variant __fastcall TSaveParams::GetByIndex(int index)
59{
60 return Get(fCurrentSection, AnsiString("index") + IntToStr(index));
61}
62//---------------------------------------------------------------------------
63Variant TSaveParams::GetByIndexDef(int index, Variant defval)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected