ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Project (External language)
Opens and runs a WINDEV project.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
10. Page templates
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
StreamReject (Function)
Refuses a request for stream connection.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Serialization constants
The serialization constants are as follows:
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
fDriveInfo (Example)
Usage example of the fDriveInfo function
SysRecentDocList (Function)
Returns the list of recently opened documents.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......