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

Function ReportMess2

sourcecommon/messageform.cpp:168–182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

166}
167//---------------------------------------------------------------------------
168void ReportMess2(String fmt, ...)
169{
170#ifndef SYSTEMSERVICE
171 va_list argptr;
172 va_start(argptr, fmt);
173 String s;
174 s.vprintf(fmt.c_str(), argptr);
175 ShowMessage2(Screen->ActiveForm,
176 s,
177 Application->Title,
178 true, // Modal
179 false); //Error
180 va_end(argptr);
181#endif
182}
183//---------------------------------------------------------------------------
184void ReportError3(bool bModal, TComponent * OwnerForm, String fmt, ...)
185{

Callers 5

OKButtonClickMethod · 0.85
FromInterfaceMethod · 0.85
OnTestReceiveMailFunction · 0.85
HelpButtonClickMethod · 0.85
HelpButtonClickMethod · 0.85

Calls 1

ShowMessage2Function · 0.85

Tested by

no test coverage detected