ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
SCM Administrator: Administrator-only options
The SCM administrator includes specific tools for managing repositories......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page...
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Select query description window
The description window of a select query includes several sections......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character...
XMLDocument (Function)
Creates a new XML document.
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
ArrayCopy (Function)
Copies the content of an array to another array.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
zipDeleteAll (Function)
Deletes all files from an archive.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather...
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Page constants
List of constants used by page functions....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min