ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with OLE controls
List of events associated with OLE controls...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
ERR_DISCONNECTED_RELOG
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Access rights to a class property
A property is a code element that includes two processes......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
Error 40: The END statement marking the end of the class declaration is missing
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
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#......
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.