ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Report controls
Several types of controls can be handled in a report created by the report editor......
WINDEV Mobile concepts
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
12. External component in practice
13. External component in practice
External component in practice...
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
8. 10 tips for better interfaces...
WDINT, WDTRAD and WDDIXIO: Translation tools
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
Library,Disk (External language)
Opens the project library that is stored on disk.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Screen,Input (External language)
Starts the input in the controls of a window.