(C++) VCL dialog
January 8, 2018 · View on GitHub
(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.