ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Body Complement block
The Body complement block is linked to the Body block......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......