ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: partie
The single-part and multi-part archives
Two types of archives are available......
Numeric (Type of variable)
the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
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.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another...
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
IntegerPart (Function)
Returns the integer part of a number.
DecimalPart (Function)
Returns the decimal part of a number.
Truncate (Function)
Truncates the right part of a string or buffer.