ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Error 203: The procedure already has a scope attribute (local or global)
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Automatic documentation of external components
External components must include a technical documentation......
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
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.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
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.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
1. RAD (Rapid Application Development)
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......