ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Access rights to a class property
A property is a code element that includes two processes......
Task list
Each project can be associated with a task list......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Events associated with Image controls
List of events associated with Image controls...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Handling Scheduler controls programmatically
A Scheduler control can be......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
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 a Signature control
The following processes are associated with a Signature control:...
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#......
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.