ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Error 22: No END statement is associated with this FOR
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
Error 23: No END statement is associated with this WHILE
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Discover all the possibilities of pivot tables
XMLSource (Property)
The XMLSource property is used to get the XML source code.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
XMLModify (Function)
Modifies the content of the current element found in the XML document.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Error 24: No END statement is associated with this LOOP
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.