ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
fRead (Example)
Usage example of the fRead function
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Event (Example)
Usage example of the Event function
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
SysErrorMode (Function)
Modifies the display mode of errors.
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....
zipExtractFile (Example)
Usage example of the zipExtractFile function
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
API (Example)
Usage example of the API function
fLock (Example)
Usage example of the fLock function
Note (Property)
The Note property is used to get and change a text associated with an element.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
SocketConfigure (Function)
Configures the use of Socket functions.
Open (External language)
Opens a window.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...