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

Function ReportError2

sourcecommon/messageform.cpp:152–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

150}
151//---------------------------------------------------------------------------
152void ReportError2(String fmt, ...)
153{
154#ifndef SYSTEMSERVICE
155 va_list argptr;
156 va_start(argptr, fmt);
157 String s;
158 s.vprintf(fmt.c_str(), argptr);
159 ShowMessage2(Screen->ActiveForm,
160 s,
161 Application->Title, //L"������",
162 true, // Modal
163 true); //Error
164 va_end(argptr);
165#endif
166}
167//---------------------------------------------------------------------------
168void ReportMess2(String fmt, ...)
169{

Callers 15

SaveMethod · 0.85
LoadMethod · 0.85
SaveMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
OnTestReceiveMailFunction · 0.85
SaveMethod · 0.85
LoadMethod · 0.85
UdpServerCreateFunction · 0.85
UdpServerStartFunction · 0.85
TcpServerCreateFunction · 0.85
TcpServerStartFunction · 0.85

Calls 1

ShowMessage2Function · 0.85

Tested by

no test coverage detected