ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
7. AJAX technology
7. Internal component
An internal component is a set of elements from a project....
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Reports
A report provides a custom view of data......
Functions for managing objects (External language)
WINDEV Mobile concepts
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Constants for managing the modification of windows by the user
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......