ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
Check model
You can use check models to easily create checks...
Pre-launched sessions
A pre-launched session is a session of a Web site (or web service) automatically started on the Web server from the WEBDEV Application Server......
5. HFSQL Client/Server
Functions for managing objects (External language)
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
13. Universal replication
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
12. Universal replication
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.