ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
PicClose (Function)
Closes the image found in an Image Editor control.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoReset (Function)
Stops and resets a running stopwatch.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
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.
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....
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
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))...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
zipOpenRAR (Function)
Opens an existing archive in RAR format.
SysSerialNum (Function)
Returns the IMEI number of the current device.
VideoRequestPermission (Function)
Requests permission to use the device's camera....
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......