ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
EmailCheckAddress (Function)
Checks the validity of an email address.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
FTPGet (Example)
Usage example of the FTPGet function
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
grCreate (Function)
Creates a specific type of chart.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL table.
zipExtractAll (Example)
Usage example of the zipExtractAll function