ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Project portfolio
From version 25, you can create "project portfolios"......
HDelete (Function)
Deletes a record from a data file (query or view).
Font (Type of variable)
A Font variable creates a font programmatically...
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
PageDisplay (Function)
Displays a web page in the user's browser....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Creating the Table pages of the WEBDEV RAD pattern
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
WDDeploy features
WDDeploy can be used to......
Automatic error handling
Error handling can be customized for each process......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......