ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
XMLOpenReader (Example)
Usage example of XMLOpenReader
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
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).
HOpen (Function)
Opens a data file.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
EmailListFolder (Example)
Usage example of the EmailListFolder function
BurnerList (Example)
Usage example of the BurnerList function
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Sorts in a report
The sort is used to organize the information displayed in the report......
Various constants
List of various constants....
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Native MySQL Connector - License Agreement
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
GanttListTask (Example)
Usage example of the GanttListTask function