ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Testing a project: setting
By testing the project you can simulate how the application will run......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
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......
SendKey (Function)
Simulates the keystrokes and the mouse actions.