ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
How to create a patch?
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)....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
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)....
SQLFirst (Example)
Usage example of the SQLFirst function
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
PageParameter (Example)
Usage example of the PageParameter function
HState (Example)
Usage example of the HState function
Creating a select query
A select query (corresponding SQL statement......
7. Dynamic site on specific configurations