ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Format (Property)
The Format property is used to identify and change the format of an element
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Burner constants
List of constants used by the burner functions....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Input (Function)
Displays a message allowing the user to type an information.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
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....
EndService (Function)
Ends the execution of the current service.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Automatic error handling
Error handling can be customized for each process......
PopupAnimate (Function)
Displays a popup in a page cell.