ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: field label Window label. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fAttribute (Example)
Usage example of the fAttribute function
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
KeyPressed (Function)
Checks which key is pressed.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.