ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
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.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Zombie data files and items
During the life of an application, items live and die......
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
Error 1009: The member of the class is private
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
11. User Macro-Code: UMC in practice
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.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.