ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eCurrencyName (Function)
Returns the caption of a currency.
ThreadExecute (Function)
Starts the execution of a secondary thread.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
SFDelete (Function)
Deletes records from a Salesforce database.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
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.
ContextClose (Function)
Closes a page context.
ServicePause (Function)
Pauses a service.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
PageDisplayDialog (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.