ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Handling report blocks
The different operations available on report blocks are as follows......
CurrentMonth (Function)
Returns the number of the current month.
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
Speech synthesis in the mobile applications
The phones can talk!......
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
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.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
Iconize (Function)
Minimizes a WINDEV window.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.