ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<String type>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
Right (Function)
Extracts the last characters from a string or string buffer.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
The Time 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......
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.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
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.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the 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.
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.
1
2
3
4
5
6
147
>