ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
iGroupAdd (Function)
Adds a report to a group of reports.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Python: Native calls
WLanguage allows for native Python calls......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
SysIMEI (Function)
Returns the IMEI number of an Android phone.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
PageParameter (Example)
Usage example of the PageParameter function