ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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.
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.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Image>.Copy (Function)
Copies an image to another image.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Array>.Copy (Function)
Copies the content of an array to another array.
WEBDEV concepts
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Organization chart linked to a data file
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
The use of the Automation type in a site is reserved for the advanced users
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Translating a text file with WDTRAD
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....