ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
apDisableAction (Function)
Disables the execution of an action found in an action plan.
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
HClusterStop (Function)
Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept any connection from the client applications.
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
SaaSAdminDisconnect (Function)
Ends the management session of a SaaS database.
SaaSAdminIsConnected (Function)
Indicates whether a SaaS management session was opened.
SaaSAdminAddSite (Function)
Adds a SaaS site.
SaaSAdminModifySite (Function)
Modifies a SaaS site.
SaaSAdminDeleteSite (Function)
Deletes a SaaS site.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.