Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A window to communicate with the user, either for displaying or for asking input.
* 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
These dialogs can be found in the header file dialogs.hpp.