ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceStart (Function)
Starts a service.
Enqueue (Function)
Adds an element to the queue.
SaaSAdminAddSite (Function)
Adds a SaaS site.
SaaSAdminAddUser (Function)
Adds a SaaS user.
SaaSAdminAddPricing (Function)
Adds a SaaS pricing.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Query editor
The query editor is used to automatically create queries on the data files......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Defining a help window template
WINDEV allows you to create help window templates......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
15. Unit tests on the executable
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
15. Creating the executable in practice
Creating the executable in practice...