ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Global and local variable
Two types of variables are available...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
xlsVersion (Example)
Usage example of the xlsVersion function
EmailListFolder (Example)
Usage example of the EmailListFolder function
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
fMoveDir (Example)
Usage example of the fMoveDir function
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
HConnect (Example)
Usage example of the HConnect function
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
RegistryListKey (Function)
Lists the sub-keys of a registry key.
Events associated with formatted display controls
List of events associated with formatted display controls...
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
The different types of integers