ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Time management
For each element (windows, reports, ...
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed...
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
Socket constants
List of constants used by the functions for socket management....
Math functions
List of mathematical functions...
Page constants
List of constants used by page functions....
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...
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members...
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
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.