ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
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).
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
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.
Managing space characters in the searches?
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
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.
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.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
1
2
3
4
5
6
127
>