ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
tapiStop (Function)
Stops reading a pre-recorded message (tapiPlay).
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
ERR_LAUNCH_FAILED
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
1
2
3
4
5
6
212
>