ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
Principle for running threads
At runtime, an application runs in a main thread......
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TreeView Table control properties
List of properties associated with the TreeView Table control...
Upload control events
The following processes are associated with the Upload control:...
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
HDescribeItem (Example)
Usage example of the HDescribeItem function
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Organizer control functions
The following functions are used to manage the Organizer control:...
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Map control functions
Map control functions...
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......