Tuto WINDEV 25
242 Part 4: Full application with data ▶ To create the edit control corresponding to the name of SMTP server: 1. On the "Creation" pane, in the "Usual controls" group, click . 2. The control shape appears under the mouse cursor. 3. Click the top left corner of window: the edit control is automatically created. 4. Select the control and press Enter. The caption becomes editable. Type "SMTP server" and validate. The control name automatically corresponds to EDT_SMTP_Server. ▶ To create the edit control corresponding to the port: 1. On the "Creation" pane, in the "Usual controls" group, expand "Edit". 2. Select a preset Integer edit control. 3. The control shape appears under the mouse cursor. 4. Click below the "SMTP server" control: the edit control is automatically created. 5. Select the control and press Enter. The caption becomes editable. Type "Port" and validate. The control name automatically corresponds to EDT_Port. ▶ To create the edit control corresponding to the user name: 1. On the "Creation" pane, in the "Usual controls" group, click . 2. The control shape appears under the mouse cursor. 3. Click below the "Port" control: the edit control is automatically created. 4. Select the control and press Enter. The caption becomes editable. Type "User" and validate. The control name automatically corresponds to EDT_User. ▶ To create the edit control corresponding to the user password: 1. On the "Creation" pane, in the "Usual controls" group, expand "Edit". 2. Select a preset "Password" edit control. 3. The control shape appears under the mouse cursor. 4. Click below the "User" control: the edit control is automatically created. Tip The "Password" edit control appears in the editor with a bullet and an eye. At run time, when the user types his password, the characters will be replaced by bullets. A click on the eye will allow the user to see his password in clear: this allows the user to check his password. This feature can be disabled by programming if necessary. See the online help for more details.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==