ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
InfoBuild (Function)
Displays a custom message in a system information window.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
grDraw (Function)
Draws a chart according to the specified parameters.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
16. Java applications in practice
Java applications in practice...
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......