Tuto WINDEV 25
Part 1: Discovering WINDEV 31 6. Specify the title of "My first window" element (in this case, the element corresponds to the WINDEV window). The element name ("WIN_My_first_window") is automatically proposed. Remark Study the window name proposed by WINDEV: this name starts with the letters "WIN_". This prefix is automatically added because the project is using a code style. The code style is used to define a prefix for each type of object, allowing you to quickly identify the element: • a window starts with "WIN_", • a Button control starts with "BTN_", • etc. If you do not want to use this code style, you can simply disable it: on the "Project" pane, in the "Other actions" group, expand "Code style" and uncheck "Use code style". 7. In this example, we want to use a shorter window name: replace "WIN_My_first_window" by "WIN_Welcome". 8. Click "OK" to validate the information shown in the save window. Entering and displaying the value To type and display the value, you must create: • a control where the user will type his first name. Therefore, this type of control is an "edit control". • a Button control to display the first name entered.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==