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...
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.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
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.
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
grExist (Function)
Checks the existence of a chart in memory.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
PDFIsProtected (Function)
Checks whether the PDF file requires a password to be read.
Language (Property)
The Language property gets and sets the language used.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
Error 20: The variable of the FOR loop should be a real
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Returns the number of the line that contains a character identified by its position in a block of text....
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
Constants for manging the replication
List of constants used by the functions for managing the replication....
grColor (Function)
Returns and initializes the color of different chart elements.
ComponentInfo (Function)
Returns information about a component.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......