ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
HTTP functions (prefix syntax)
List of HTTP functions...
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Drawing constants
List of constants used by the drawing functions....
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
fMoveFile (Function)
Moves a file from one directory to another.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
SocketClose (Function)
Closes a socket or a connection to a server socket.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Drop-down button
The drop-down button expands: a context menu. a popup window....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
IsOdd (Function)
Identifies an odd number.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......