ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
The single-part and multi-part archives
Two types of archives are available......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
<Array>.Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......
IntegerPart (Function)
Returns the integer part of a number.
DecimalPart (Function)
Returns the decimal part of a number.
<TreeView>.Sort (Function)
Sorts the elements found in a TreeView control.
Truncate (Function)
Truncates the right part of a string or buffer.
1
3
4
5
6
7
219
>