ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HModify (Example)
Usage example of the HModify function
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
Interface
An interface is used to divide the uses of features common to several elements...
10. Embedded queries
Controls in a window can be linked to a data file or existing query....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
ServiceWait (Function)
Pauses the current service during the specified duration.
BurnerAddFile (Function)
Adds a file to the compilation.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
dCopy (Function)
Copies an image to another image.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal...
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions...
Creating the Form pages of a WEBDEV RAD pattern
WDDeploy: Deploying a package
WDDeploy can be used to......