ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Sorts in a report
The sort is used to organize the information displayed in the report......
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
<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.
The single-part and multi-part archives
Two types of archives are available......
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....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
<Array>.Sort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
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.
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Truncate (Function)
Truncates the right part of a string or buffer.
<TreeView>.Sort (Function)
Sorts the elements found in a TreeView control.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
MemSort (Function)
Sorts the elements found in a memory zone.
TreeSort (Function)
Sorts the elements found in a TreeView control.
1
2
3
4
5
6
122
>