ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Map control properties
The following properties can be used with Map controls:...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
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, ......
Manager of automated tests
The test manager is used to......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Handling an Organization Chart control through programming (prefix syntax)
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Various constants
List of various constants used by the constants WINDEV functions....
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
11. Table/Looper controls