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

Method ReadStringNOCR

sourcecommon/inif.cpp:250–253  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

248}
249//---------------------------------------------------------------------------
250AnsiString TMYIniFile::ReadStringNOCR(char * Section, char * Ident, char * def)
251{
252 return SpecialReplace(ReadString(Section, Ident, def));
253}
254//---------------------------------------------------------------------------
255int TMYIniFile::ReadInteger(char * Section, char * Ident, int def)
256{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected