ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Environment of code editor
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
dFill (Example)
Usage example of the dFill function
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
TableInfoXY (Example)
Usage example of the TableInfoXY function
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property