ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Constants for WLanguage types
List of constants for managing WLanguage types....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Time (Type of variable)
The Time type is used to easily handle the times...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Handling a control through programming in a report
All report controls can be handled through programming......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Action Bar control events
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......