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

Method Save

sourcecommon/saveini.cpp:108–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106}
107//---------------------------------------------------------------------------
108bool TSaveParamsINI::Save(void)
109{
110 if( !f )
111 return false;
112 bool rv = true;
113 try
114 {
115 if( f->Change )
116 rv = f->UpdateFile();
117 }
118 catch(...)
119 { rv = false; }
120 return rv;
121}
122//---------------------------------------------------------------------------
123void __fastcall TSaveParamsINI::SetFile(AnsiString inFile)
124{

Callers

nothing calls this directly

Calls 1

UpdateFileMethod · 0.80

Tested by

no test coverage detected