ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Log (Function)
Calculates the decimal logarithm of a numeric value.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
TelemetryConfigure (Function)
Gets and sets the telemetry settings.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
MemDelete (Function)
Deletes an element from a memory zone.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
FTP constants
List of constants used by the FTP functions....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
ExeGetPID (Function)
Returns information about the current process.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.