ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EndProgram (Function)
Ends the execution of the current program.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
Index (Property)
The Index property is used to get the index of an element.
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
HTTPRequest (Function)
Starts an HTTP request on a server.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
fLock (Function)
Entirely or partially locks an external file.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
HTransactionSavepoint (Function)
Declares a transaction savepoint.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
How to manage enumerations programmatically?