ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
14. Managing the "Back" button in practice
Partial indexing of memos
You now have the ability to index the content of a text memo item......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Events associated with Link controls
List of events associated with Link controls...
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Printing nested reports
To create a main report containing several secondary reports:...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Various constants
List of various constants used by the constants WINDEV functions....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Designing a supercontrol
A supercontrol is an advanced type of control......
General environment of WINDEV
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....