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.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window...
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described...
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
zipNbPart (Example)
Usage example of the zipNbPart function
Email constants
List of constants used by email functions....
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files...
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
CriticalSection (Function)
Activates a critical section named or on a variable in an instruction of type USE ... IN.
WDZip: Overview
WDZip is used to compress and group your files in archives......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Error 532: The size of the string to extract must be strictly positive
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Software license agreement
WINDEV Express license agreement...
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
1
4
5
6
7
8
23
>