ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
State (Property)
The State property is used to get and change the state of an element.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ServiceWait (Function)
Pauses the current service during the specified duration.
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
ArraySort (Function)
Sorts a WLanguage array.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
EventChange (Function)
Modifies the status of an event.
29. SEO in practice
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......