ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Test a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
WDDeploy: Deploying a package
WDDeploy can be used to...
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Error 14: ELSE statement without IF
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Title (Property)
The Title property is used to get and change the title of an element.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
ERR_CLOSED_PAGE
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Simple statements
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Border of controls
One of the most important elements of control style is its border......