ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Checking the WEBDEV Application Server
The monitoring robot can check the WEBDEV Application Server......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (database schemas, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
WDInst: advanced options for network installation
The advanced options of the network setup are used to......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....