ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
1. Examples provided with WINDEV Mobile
15. Project Management Hub
13. Security benefit: managing the "Back" button
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Arithmetic operators
The arithmetic operators are......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
Principle of remote check
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Binding controls to data
A window or page can display information from......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
5. Project configuration
Project configuration...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.