ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
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.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
<Unicode string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
<Unicode string>.RegexReplace (Function)
Replaces all the parts of a string that match a specific format.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<ANSI string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
Managing space characters in the searches?
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.
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
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)....
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
1
3
4
5
6
7
264
>