Skip to content

pchp250g8-home-cpp-tutorials/bcc-cpp-gui-vcl-helloworld

Repository files navigation

HelloWorld. Embarcadero Rad Studio IDE. VCL. Simple Input/Output. GUI Application. The program does the following:

  1. Creates a dialog box (form) with two buttons on it and a dialog box (form) "About the program".
  2. Starts a cycle of processing messages (events) from the user or the operating system.
  3. When you click the button labeled "Say Hello", it displays a dialog box with the message "Hello, World".
  4. Clicking the button labeled "Quit" or the "Close" button in the dialog box's title bar exits.

HelloWorld. Занятия по C++. ИС Embarcadero Rad Studio. Библиотека VCL. Простой Ввод-Вывод. Приложение с графическим интерфейсом пользователя на основе диалогового окна (формы). Программа делает следующее:

  1. Создаёт диалоговое окно (форму) с двумя кнопками на нём (ней) и диалоговое окно (форму) "О программе".
  2. Запускает цикл обработки сообщений (событий) от пользователя или операционной системы.
  3. При нажатии кнопки с надписью "Say Hello" выводит диалоговое окно с сообщением "Hello,World".
  4. При нажатии кнопки с надписью "Quit" или кнопки "Закрыть" в заголовке диалогового окна завершает работу.

About

HelloWorld. Embarcadero Rad Studio IDE. VCL. Simple Input/Output. GUI Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors