ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Events associated with Edit controls
WLanguage events associated with Edit controls...
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.