ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<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.)....
2. UML models
<Array>.Copy (Function)
Copies the content of an array to another array.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
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)......
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......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
The use of the Automation type in a site is reserved for the advanced users
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Creating and handling an item
The main operations that can be performed on an item are as follows......