ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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....
Properties associated with a page
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Custom tooltips
Tooltips are very useful for application users......
Reports
A report provides a custom view of data......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Description (Property)
The Description property is used to get and change the page description.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
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.
<Chart>.Zoom (Function)
Defines the zoom of a chart.
Mouse management functions
List of functions for mouse management...
grZoom (Function)
Defines the zoom of a chart.
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.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Managing parallel tasks
The computers are becoming more and more powerful......