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

Method WriteStringNOCR

sourcecommon/inif.cpp:333–337  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

331}
332//---------------------------------------------------------------------------
333void TMYIniFile::WriteStringNOCR(char * Section, char * Ident, char * Value)
334{
335 AnsiString v = SpecialReverseReplace(Value);
336 WriteString(Section, Ident, v.c_str());
337}
338//---------------------------------------------------------------------------
339void TMYIniFile::WriteInteger(char * Section, char * Ident, int Value)
340{

Callers 1

SetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected