ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Binding a Repositionable Note control to an item
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
12. Pages in practice
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
3. UML models in practice
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Share your projects via Git
Git is a source code manager......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
9. Sharing a project in practice
Sharing a project in practice...
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
8. Sharing a project in practice
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
AWP without UI
Bootstrap, Angular, React, Vue......
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......