ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Link controls
List of events associated with Link controls...
Find/Replace in the current project
The "Find/Replace" feature is used to......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Chart constants
List of constants used by the functions for chart management....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
sshSession (Variable type)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Passing parameters
The parameters can be passed to a procedure......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.