ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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......
<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.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
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....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
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)......
The use of the Automation type in a site is reserved for the advanced users
WDTRAD options
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Creating and handling an item
The main operations that can be performed on an item are as follows......
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......
Error 42: Label out of scope of GOTO
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").