ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
fListFile (Function)
Lists the files found in a directory and returns the list of files.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
ServiceRestart (Function)
Restarts a service (already started).
SQLFirst (Example)
Usage example of the SQLFirst function
zipExtractPath (Example)
Usage example of the zipExtractPath function
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Environment of the data model editor
KeyCompareKey (Function)
Compares an initial key with an activation key.
.NET application
To create a.NET application from a project......
zipSplit (Example)
Usage example of the zipSplit function
DashDisplay (Function)
Refreshes elements in a Dashboard control.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
fExeDir (Function)
Returns the directory from which the execution is started.
fCompress (Example)
Usage example of the fCompress function
WinStatus (Function)
Identifies or modifies the window status.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Wait (Function)
Temporarily stops the program execution.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
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....
Events associated with Java Applet controls
List of events associated with Java Applet controls...