ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.