ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
Events associated with a Switch control
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Events associated with Calendar controls
List of events associated with Calendar controls...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
InfoBuild (Function)
Displays a custom message in a system information window.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Commands of the external interface
Execute (Function)
Starts the execution of a process through programming.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
7. Dynamic site on specific configurations
MySelf (Reserved word)
MySelf is used to handle the current control...
fImageSelect (Example)
Usage example of the fImageSelect function
Accessibilité (Property)
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Library,Disk (External language)
Opens the project library that is stored on disk.
StatVarianceP (Function)
Calculates the variance for a full series of values.
SQLTransaction (Example)
Usage example of the SQLTransaction function