Go back to Richel Bilderbeek's homepage.

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

 

 

 

( C++ VCL ) Dialog

 

A window to communicate with the user, either for displaying or for asking input.

 

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

 

These dialogs can be found in the header file dialogs.hpp.

 

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

Go back to Richel Bilderbeek's homepage.