ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
BrowserType (Function)
Returns the type of browser used by the Web user.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Options of the window editor
To configure the general options of the window editor......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
WDDIXIO overview
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
PageChangeLayout (Function)
Applies a specific layout to a page.
HAlias (Example)
Usage example of the HAlias function