ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
Programming the table cells
You can manipulate Table controls......
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
GDI+ framework
Some WINDEV features use the GDI+ framework......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Handling controls in a report
The different operations available for the report controls are as follows......
Sensor constants
Constants used by the SensorXXX functions...
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min