ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
CreateShortcut (Example)
Usage example of the CreateShortcut function
BackgroundTaskAdd (Function)
Adds a new background task.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Drawing constants
List of constants used by the drawing functions....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
dCopy (Function)
Copies an image to another image.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
dChord (Example)
Usage example of the dChord function
Code snippets
The code editor allows you to enter "Code snippets"......
Page templates
WEBDEV allows you to create page templates......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
dSlice (Example)
Usage example of the dSlice function
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....