ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Table
The "Table" keyword can correspond to...
dPolygon (Example)
Usage example of the dPolygon function
User Groupware files
Two categories of data files are managed......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
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.
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
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
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
How to develop a PHP site?
What is a PHP site?......
grDraw (Function)
Draws a chart according to the specified parameters.
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.