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

Function ReportError3

sourcecommon/messageform.cpp:184–198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182}
183//---------------------------------------------------------------------------
184void ReportError3(bool bModal, TComponent * OwnerForm, String fmt, ...)
185{
186#ifndef SYSTEMSERVICE
187 va_list argptr;
188 va_start(argptr, fmt);
189 String s;
190 s.vprintf(fmt.c_str(), argptr);
191 ShowMessage2(OwnerForm,
192 s,
193 Application->Title, //L"������",
194 bModal, // Modal
195 true); //Error
196 va_end(argptr);
197#endif
198}
199//---------------------------------------------------------------------------
200void ReportMess3(bool bModal, TComponent * OwnerForm, String fmt, ...)
201{

Callers

nothing calls this directly

Calls 1

ShowMessage2Function · 0.85

Tested by

no test coverage detected