ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
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......
EndService (Function)
Ends the execution of the current service.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Type (Property)
The Type property is used to get and change the type of an element.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
HRegenerateFile (Function)
Regenerates a data file from its log.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Pyramid charts
Pyramid charts allow you to view data in descending order......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min