ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
WLanguage properties available in PHP
The following properties are available in PHP...
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Binding controls to data
A window or page can display information from......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
HTTP functions
List of HTTP functions...
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
8. Sharing a project in practice
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......