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

Method ValueExists

sourcecommon/saveini.cpp:77–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75}
76//---------------------------------------------------------------------------
77bool TSaveParamsINI::ValueExists(const AnsiString Section, const AnsiString name)
78{
79 if( !f )
80 Load(fFile);
81 if( f )
82 return f->ValueExists(Section.c_str(), name.c_str());
83 else
84 return false;
85}
86//---------------------------------------------------------------------------
87bool TSaveParamsINI::Load(AnsiString inFile)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected