ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
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...
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
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
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.
SysErrorMode (Function)
Modifies the display mode of errors.
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)...
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
CallDLL32 (Example)
Usage example of the CallDLL32 function
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
fUnlock (Example)
Usage example of the fUnlock function
zipAddFile (Example)
Usage example of the zipAddFile function
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...