ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Choosing the action of a button/link
Environment of the query editor
PicClose (Function)
Closes the image found in an Image Editor control.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
ChronoReset (Function)
Stops and resets a running stopwatch.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
fMemExist (Function)
Checks the existence of a shared memory zone.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
VideoRequestPermission (Function)
Requests permission to use the device's camera....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......