ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
8. 10 tips for better interfaces...
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Code editor: Display options
The code editor proposes several display options......
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
Extracting messages added or modified since last extraction
A project was already created and translated......
Managing parallel tasks
The computers are becoming more and more powerful......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.