ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XML functions
List of XML functions...
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
HSL (Function)
Creates a color from its hue, saturation and lightness.
The Upload control
The Upload control is used to upload files on the Web server......
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
HFSQL properties
List of HFSQL properties...
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
8. If you are already familiar with WINDEV
Recompiling the project
The project compilation is a process used to......
List of extension attributes
The list of extension attributes ......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
ActionRedo (Function)
Runs the last action canceled.
ActionUndo (Function)
Cancels the last action performed by the end user.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Orientation (Property)
The Orientation property gets and sets the angle of an element.
7. Multilingual sites in practice