ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Edit options of a report
The report editor allows you to......
WDOptimizer: Editing and modifying a ".REP" file
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
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, ......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......