ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Error (Function)
Displays a custom error message in a system error window.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
The planes in WEBDEV
The planes are used to group the controls of an element......
Types of Edit controls
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Using the query result
The result of a select query can be used in......