ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
HTTP functions (prefix syntax)
List of HTTP functions...
Page management functions
List of functions for managing pages...
Option,Space (External language)
Fills the content of WdString with space characters on the right.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
18. Order of execution of the code of buttons/links
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
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)....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Managing the styles
The help editor allows you to define styles of paragraphs......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Help system properties
The properties of help system are used to define......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......