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

Method SetByIndex

sourcecommon/savepar.cpp:53–56  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

51}
52//---------------------------------------------------------------------------
53void __fastcall TSaveParams::SetByIndex(int index, Variant value)
54{
55 Set(fCurrentSection, AnsiString("index") + IntToStr(index), value);
56}
57//---------------------------------------------------------------------------
58Variant __fastcall TSaveParams::GetByIndex(int index)
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected