ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
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...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
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...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
SMS functions
List of SMS functions...
fWrite (Function)
Writes: a character string into an external file. a memory section....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
20. Control templates
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
Mask management functions
The following functions are used to manage masks......
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Constants for object visibility
List of constants for managing the visibility of an object....
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.