ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Image editor: Features
The image editor includes several features......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
HFSQL Client/Server: Configuring the server
Time management help
Time management is extremely important......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Generating the setup program
The last wizard step for creating the setup program allows you to......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
1
2
3
4
5
6
45
>