ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AdditionCompleted (Example)
Usage example of the AdditionCompleted property
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
25. Performing a process on several successive pages
Performing a process on several successive pages...
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
HIndex (Function)
Rebuilds the file index (".NDX" file).
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
FontCreate (Function)
Creates a font definition.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
fDir (Function)
Finds a file or directory.
ToClipboard (Function)
Writes text or image information into the system clipboard.
Calling a procedure/a function
Syntax for calling a local or global procedure.
zipOpen (Example)
Usage example of the zipOpen function