ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...
fChangeExtension (Function)
Changes the extension of a file on disk.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
SysGetExtLink (Function)
Returns the command linked to an extension.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
HFSQL properties
List of HFSQL properties...
xlsSave (Function)
Saves an XLS document.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Application patch
Once an application was installed, the application library had to be reinstalled whenever...
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
Constants for external files
List of constants used by the functions for managing external files....
Generating an application for Universal Windows 10 App
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Native xBase/FoxPro Connector
WINDEV and WEBDEV offer a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).