ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: parte
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....
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.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
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.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one...
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one...
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
wsResponse (Type of variable)
... of the different parts of the Webservice response (for the Webservices returning several responses).
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open...
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR...