ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
EXE constants
List of constants used by the functions for managing executables....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Installing a SOAP server with Apache
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......