ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Constants for managing animations
List of constants used by the functions for managing the animations...
Properties associated with a page
Telemetry: Main features
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Description (Property)
The Description property is used to get and change the page description.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
The "Code hashtags" pane
grZoom (Function)
Defines the zoom of a chart.
<Chart>.Zoom (Function)
Defines the zoom of a chart.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
<WDPic variable>.Resize (Function)
Resizes a WDPic image.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
Mouse management functions
List of functions for mouse management...
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.