ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
CodeCSS (Property)
The CodeCSS property is used to read and change the CSS code associated with a Web Component control.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST web service function.
Windows Scheduler functions
List of functions for managing the scheduler...
Events associated with Slider controls
List of events associated with Slider controls in a window...
HTMLOnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
Diagram editor (WINDEV): ribbon and panels
The Diagram Editor control includes many features accessible via......
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
8. If you are already familiar with WINDEV
4. Create a page in the editor...
Code editor: Display options
The code editor proposes several display options......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class