ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Binding a Repositionable Note control to an item
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
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.
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
12. Pages in practice
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
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:...
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....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
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....
<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....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
9. Sharing a project in practice
Sharing a project in practice...
8. Sharing a project in practice
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......