ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Different types of data (Type of variable)
A variable is defined by name and type......
Chart: Managing legends
Several types of legends are supported in the charts......
Report controls
Several types of controls can be handled in a report created by the report editor......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Error 2: Incomplete line
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
XML management: Use example
This application example manages an XML file named "Orders......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Size (Example)
Usage example of the Size property
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
fTime (Example)
Usage example of the fTime function
PDF file management functions
...PDF file functions...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......