ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application ...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
RestartProgram (Function)
Ends the application and restarts it.
AI Chat control
With the AI Chat control, your WINDEV applications can easily interface with the AI model of your choice...
WDInst: set the directory for data files and User Groupware files
The setup editor WDInst ("Tools...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
.NET application
To create a.NET application from a project...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
History of versions
The history of setup versions is an advanced feature of the network setup...
iPrintImage (Function)
Sends the image file to print to the print buffer.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HPrevious (Function)
Positions on the previous file record according to a browse item.
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
Time (Type of variable)
The Time type is used to easily handle the times...
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....
MySelf (Reserved word)
MySelf is used to handle the current control...
CursorDisplay (Function)
Displays or hides the mouse cursor.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
fMemExist (Function)
Checks the existence of a shared memory zone.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.