ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Site test in practice
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
11. Table/Looper controls
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Different types of data (Type of variable)
A variable is defined by name and type......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
Time (Type of variable)
The Time type is used to easily handle the times...
Android Control Center
Do you know where to find your application log files?...
Manager of automated tests
The test manager is used to......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Multiline strings
To type character strings over several lines in the code editor...
WDHFDiff - Use
WDHFDiff is used to compare......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min