ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
PDFSign (Function)
Applies an approval signature to an existing PDF.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HInfoView (Function)
Returns information about a materialized view.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WEBDEV license agreement
WEBDEV license agreement...
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").