ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing HTML Display controls (prefix syntax)
List of functions for managing HTML Display controls...
Functions for managing Dashboard controls (prefix syntax)
The list of functions for managing Dashboard controls is as follows......
Functions for managing TreeMap controls (prefix syntax)
The following functions are used to manage TreeMap controls (prefix syntax):...
Functions for managing the PDF Reader control (prefix syntax)
The following functions are used to manage PDF Reader controls:...
Functions for managing TimeLine controls (prefix syntax)
The following functions are used to manage TimeLine controls:...
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
Functions for managing Tab controls (prefix syntax)
The following functions are used to manage tabs......
Captcha functions (prefix syntax)
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
Functions for managing Pivot Table controls (prefix syntax)
Functions for managing Pivot Table controls (prefix syntax)...
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
Functions for managing Scheduler controls (prefix syntax)
List of functions that can be used with a Scheduler control (prefix syntax)....
Repositionable Note functions
PageFromSource (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToScreen (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 data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
Error 1011: To access the global member of the class, use ClassName::MemberName
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
Error 103: The type is unknown
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.