ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Status bar of windows
The status bar of a window is used to display several types of information...
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.
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....
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....
Constants for managing animations
List of constants used by the functions for managing the animations...
Properties associated with a page
Count (Property)
The Count property returns the number of elements in a given set.
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
SQL view
An SQL view is a virtual data source defined by an SQL query......
Materialized view
Description (Property)
The Description property is used to get and change the page description.
2. Examples and components provided with WEBDEV
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.
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
<Chart>.Zoom (Function)
Defines the zoom of a chart.
<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......
Enumeration (Type of variable)
An enumeration is a set of values......
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.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......