ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
emailNotesSession (Variable type)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Multiline strings
To type character strings over several lines in the code editor...
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
Handling strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......