ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the query editor
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Message text file format
The text files created by WDMSG use a specific format......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
<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 project editor
The main elements of the project editor are as follows:
11. Choosing the action of a button/link
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
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......
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......
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....