ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Client/Server HFSQL table management
The HFSQL Control Center allows you to fully manage HFSQL Client/Server tables......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Creating the Relation windows of a WINDEV RAD pattern
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).