Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

( 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");

 

 

List of dialogs (incomplete)

*        ShowMessage: the VCL equivalent of std::cout

*        MessageDlg: A yes/no/cancel/etc. dialog box.

*        InputBox: Ask the user for a value

*        InputQuery: Ask the user for a value

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.