ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WDHFDiff - Use
WDHFDiff is used to compare......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
13. Security benefit: managing the "Back" button
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Handling controls in a report
The different operations available for the report controls are as follows......
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......
11. External component
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).