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

Method ReadString

sourcecommon/inif.cpp:231–234  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

229}
230//---------------------------------------------------------------------------
231AnsiString TMYIniFile::ReadString(char * Section, char * Ident, char * def)
232{
233 return ReadString(String(Section), String(Ident), def);
234}
235//---------------------------------------------------------------------------
236String TMYIniFile::ReadString(String Section, String Ident, char * def)
237{

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.80

Tested by

no test coverage detected