ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
<String type>.Reverse (Function)
Reverses the characters of a string.
StringReverse (Function)
Reverses the characters of a string.
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
gLine (Function)
Builds a sequence of characters containing a line.
gImage (Function)
Builds a sequence of characters containing an image.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Option,Space (External language)
Fills the content of WdString with space characters on the right.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
<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.
<ANSI string>.Right (Function)
Extracts the last characters from a string or string buffer.
Space (External language)
Fills the content of WdString with space characters on the right.
1
2
3
4
5
6
264
>