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

Method GetByIndexDef

sourcecommon/savepar.cpp:63–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61}
62//---------------------------------------------------------------------------
63Variant TSaveParams::GetByIndexDef(int index, Variant defval)
64{
65 return Get(fCurrentSection, AnsiString("index") + IntToStr(index), defval);
66}
67//---------------------------------------------------------------------------
68// ���������� ��������� � �������� �����
69void TSaveParams::SetVcl(TForm * p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected