ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Share your projects via Git
Git is a source code manager......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Zombie data files and items
During the life of an application, items live and die......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
4. Create a page in the editor...
Changes the mode and the method for locking data files....
8. If you are already familiar with WINDEV
WLanguage properties available in PHP
The following properties are available in PHP...
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
The different types of Table fields: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
nWDGetHFContext: Get the HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
Events associated with windows
List of events associated with windows...
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Table controls
List of events associated with Table controls...
Events associated with Spin controls
List of events associated with Spin controls...
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.