ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Menu management functions
List of functions for managing menus...
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
VideoConfigure (Function)
Allows you to configure the video capture driver.
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......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
WDINT setup
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
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)....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
spHash (Property)
The spHash property is used to: Get the algorithm used for salting 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 algorithm used for salting (only for "Password" items described programmatically)....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......