ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
CallDLL32 (Function)
Runs a function found in an external DLL.
Sound (Function)
Plays a sound in WAV format.
WINDEV applications for Linux: Specific features
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
Global and local variable
Two types of variables are available......
16. Types of code
PC SOFT Free Technical Support
Thank you for buying one of our products......
Constants for managing Map controls
Constants for managing Map controls...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Setup mode
Several methods can be used to distribute a WINDEV application......