ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceInfo (Function)
Returns information regarding the configuration of a service.
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF format).
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Service constants
List of constants used by the functions for managing services....
Service variable
The Service variable is used to......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
ServiceUninstall (Function)
Uninstalls a service.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
Page constants
List of constants used by page functions....
ServiceList (Function)
Returns the list of services found on the current computer or on the specified remote computer.
ServiceContinue (Function)
Restarts a paused service.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
ServiceControl (Function)
Sends a control message to a service.
ServicePause (Function)
Pauses a service.
ServiceStart (Function)
Starts a service.
ServiceStop (Function)
Stops a service.
ServiceRestart (Function)
Restarts a service (already started).
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
NetworkDomainName (Function)
Returns the name of the domain associated with the computer.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Network constants