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

Function ReportMess3

sourcecommon/messageform.cpp:200–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

198}
199//---------------------------------------------------------------------------
200void ReportMess3(bool bModal, TComponent * OwnerForm, String fmt, ...)
201{
202#ifndef SYSTEMSERVICE
203 va_list argptr;
204 va_start(argptr, fmt);
205 String s;
206 s.vprintf(fmt.c_str(), argptr);
207 ShowMessage2(OwnerForm,
208 s,
209 Application->Title,
210 bModal, // Modal
211 false); //Error
212 va_end(argptr);
213#endif
214}
215//---------------------------------------------------------------------------
216

Callers

nothing calls this directly

Calls 1

ShowMessage2Function · 0.85

Tested by

no test coverage detected