ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
SysErrorMode (Function)
Modifies the display mode of errors.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
VariableReset (Function)
Resets the variable to its initial value.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
eCurrencyName (Function)
Returns the caption of a currency.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.