ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
The single-part and multi-part archives
Two types of archives are available......
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
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.
Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
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.
Truncate (Function)
Truncates the right part of a string or buffer.
1
2
3
4
5
6
130
>