ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
GetDefinition (Function)
Retrieves the definition of element type.
WDINT license agreement
WDINT license agreement...
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Events associated with Edit controls
WLanguage events associated with Edit controls...
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
PythonExecute (Function)
Executes a function present in a Python module.
Time (Type of variable)
The Time type is used to easily handle the times...
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
List of reserved words
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.