ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
MySelf (Reserved word)
MySelf is used to handle the current control...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
System constants
List of constants used by the system functions....
Constants for managing certificates
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Code snippets
The code editor allows you to enter "Code snippets"......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Test of a query
The query editor allows you to run the test of query result......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....