ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
emailNotesSession (Type of variable)
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.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
StringStartsWith (Function)
Checks whether a character string starts: 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....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Multiline strings
To type character strings over several lines in the code editor...
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
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 character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
ExtractLine (Function)
Extracts a specific line from a character string.