ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
11. Controls in practice
Discover the main characteristics of the controls...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Installing a SOAP server with Apache
Events associated with Button controls
List of events associated with Button controls...
Reloading a document
To reload a document, ......
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)......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Project description: Project tab
The project description window allows you to configure various elements of your project......
Options of the window editor
To configure the general options of the window editor......
1. Examples provided with WINDEV Mobile
dbgInfo (Function)
Returns a debug information.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....