(C++) VCL ShowMessage

January 8, 2018 · View on GitHub

 

 

 

 

 

(C++) VCL ShowMessage

 

A dialog, much of an equivalent of std::cout.

It displays a text message on the screen in a dialog box.

 

To use ShowMessage, #include the header file dialogs.hpp.

 


ShowMessage("Hello World");