ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
ERR_NO_DLLEXE
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
15. Creating the executable in practice
Creating the executable in practice...
Managing the styles
The help editor allows you to define styles of paragraphs......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
UMC management functions
List of functions for managing the UMC...
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Image editor: Features
The image editor includes several features......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......