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

Method SectionExists

sourcecommon/saveini.cpp:67–75  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65}
66//---------------------------------------------------------------------------
67bool TSaveParamsINI::SectionExists(const AnsiString Section)
68{
69 if( !f )
70 Load(fFile);
71 if( f )
72 return f->SectionExists(Section.c_str());
73 else
74 return false;
75}
76//---------------------------------------------------------------------------
77bool TSaveParamsINI::ValueExists(const AnsiString Section, const AnsiString name)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected