ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating index keywords
Index keywords allow users to easily find a help page......
3. Types of accessible files
2. Types of accessible files
Types of accessible files...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
14. PHP generation in practice
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
Using the query result
The result of a select query can be used in......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......