ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Application menus
Menus are displayed in different ways......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Outstanding progress bars
Simple or symmetric progress bar?...
Configuring Reports & Queries
Reports & Queries is used to......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
WDINT overview
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Spin controls
List of events associated with Spin controls...
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
On/Off button in a window
The on/off button is a button that operates like a check box......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.