ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animation functions
WINDEV proposes several WLanguage functions for managing animations......
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)....
Variable scope
Variables can be declared anywhere in the code....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Multilingual project
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Creating an executable: General options
The main executable options are as follows......
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Events associated with Looper controls
List of events associated with Looper controls...