ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
HFSQL constants
List of constants used by the HFSQL functions....
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
The Multimedia control
The Multimedia control is used to play multimedia files......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......