ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compatibility between external components and deployed applications
A component can evolve in many ways......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
Error 507: The '++' operator is not allowed
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Error 705: The property does not exist on this type
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
Android Widget windows
An Android application can contain one or more Widget windows......
Installing a SOAP server with Apache
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....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
Environment of code editor
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......