ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
GglAccountDissociate (Function)
Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate....
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure....
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Check Box control functions
The following functions are used to manage the Check Box controls......