ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
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)...
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Project description: Project tab
The project description window allows you to configure various elements of your project......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
5. Site test in practice
Environment of code editor
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Referring to an element in a WLanguage event / process
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WDDeploy features
WDDeploy can be used to......