ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDI functions (prefix syntax)
List of MDI functions...
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
<btleDevice variable>.ConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
<Table>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
AAF: Context menu of Image controls
A context menu is available for Image controls......
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).