ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grDraw (Function)
Draws a chart according to the specified parameters.
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Color (Property)
The Color property is used to get and change the color of an element.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application. for all the applications....
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
dChord (Example)
Usage example of the dChord function
dTransferToImage (Example)
Usage example of the dTransferToImage function
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
Content (Property)
The Content property is used to get and change the content of an element.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
dSlice (Example)
Usage example of the dSlice function
24. Displaying and linking pages
Font (Type of variable)
A Font variable creates a font programmatically...
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.