ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
How to use an array of structures?
An array of structures is an Array variable......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
UMC management functions
List of functions for managing the UMC...
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Installing a SOAP server with Apache
Structure of data files of user groupware
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......