ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Events associated with Static controls
List of events associated with Static controls...
dPolyline (Function)
Draws a line composed of multiple segments.
Programming an indexed control
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
ERR_BAD_PARAMETER
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
Error 40: The END statement marking the end of the class declaration is missing
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Events associated with a Signature control
The following processes are associated with a Signature control:...
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......