ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Task list
Each project can be associated with a task list......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
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.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
7. AJAX technology
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.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......