ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)......
Custom tooltips
Tooltips are very useful for application users......
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
InfoBuild (Function)
Displays a custom message in a system information window.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
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....
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
Configuring an application with User Groupware
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Sum (Function)
Calculates the sum of the array elements.
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....
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....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Screen,Get (External language)
Retrieves the value in a control or in a variable.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
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....
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...