Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A VCL dialog asking for a value.
To use InputQuery , #include the header file dialogs.hpp.
String userInput = ""; |
If the user clicks Cancel or Close, the InputQuery returns false, else it returns true and the input is given in userInput.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.