ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CodeEditorComment (Function)
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line....
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
MCU: Implementing and managing user macro codes
No matter how dexterous a development team may be, the end user of an application will always want to perform an action that is not intended......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Events associated with Table controls
List of events associated with Table controls...
3. Application development cycle
Development cycle of a WINDEV application....
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates....
Events associated with TreeView controls
List of events associated with TreeView controls...
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Zombie data files and items
During the life of an application, items live and die......