ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLModify (Example)
Usage example of the SQLModify function
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Principle for running threads
At runtime, an application runs in a main thread......
Character strings
WLanguage supports different types of strings....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol...
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server...
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuInsertSeparator (Function)
Inserts a separator into a menu.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified...
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed...
ZOrder (Example)
Usage example of the ZOrder property