ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Optional connection information
When defining the connections in the data model editor or when defining the connections programmatically, you have the ability to specifier the optional connection information...
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
<btleDevice variable>.GetAllServices (Function)
Retrieves all the services corresponding to a UUID.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
<Chart>.DeleteSeries (Function)
Deletes a data series from a chart.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
grDeleteSeries (Function)
Deletes a data series from a chart.
BTDisableService (Function)
Disables a service on a Bluetooth device.
ServiceStatus (Function)
Returns the current status of a service.
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
EndService (Function)
Ends the execution of the current service.
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceControl (Function)
Sends a control message to a service.
Ad Hoc deployment
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
Setup mode
Several methods can be used to distribute a WINDEV application......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......