ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XLS file functions
List of functions for managing XLS files...
Events associated with supercontrols
List of events associated with supercontrols...
GeometryContain (Function)
Determines if geometry A contains geometry B.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
fWrite (Example)
Usage example of the fWrite function
Events associated with a Spreadsheet control
Discover all the possibilities of pivot tables
Utilisation dans la classe docParagraphe - Accès en Lecture + Ecriture - Type : docMiseEnForme...
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
SysRecentDocList (Function)
Returns the list of recently opened documents.
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
SecretString (Variable type)
The SecretString type is used to manipulate strings contained in a password vault.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.