ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
XMLDocument (Function)
Creates a new XML document.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
FileDisplay (Function)
Displays a file in the browser of Web user.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
Constants for managing Organizer controls
Constants for managing Organizer controls...
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Events associated with Edit controls
WLanguage events associated with Edit controls...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
Wait (Function)
Temporarily stops the program execution.
History of versions
The history of setup versions is an advanced feature of the network setup......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......