ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
Compilation options
The compilation options allow you to define the help system generation settings......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
TwainToJPEG (Function)
Allows you to: save the document coming from the Twain device in a JPEG file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in JPEG format (in a buffer)....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
.NET object
To access a class......
ERR_BUTTON_EXPECTED
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Automatic error handling
Error handling can be customized for each process......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....