ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Environment of the query editor
11. Choosing the action of a button/link
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
ChronoReset (Function)
Stops and resets a running stopwatch.
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......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
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.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
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))...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Managing assertions
...The main available features are as follows:...
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....
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....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......