ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Tab controls
List of events associated with Tab controls...
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
6. Editing a page: zoning mode
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Constants for telemetry management
Constants for telemetry management...
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Telemetry management functions
The following functions are used to manage the telemetry:...
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Variable scope
Variables can be declared anywhere in the code....
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......