ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HDelete (Function)
Deletes a record from a data file (query or view).
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Error 1032: The inheritance is not allowed in a structure
Creating the Table windows of the WINDEV RAD pattern
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
DnDGetData (Example)
Usage example of the DnDGetData function
EmailReadLast (Example)
Usage example of the EmailReadLast function
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.