ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Configuring an application with User Groupware
Sum (Function)
Calculates the sum of the array elements.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Creating a Java archive
When your Java application is developed, you can......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......