ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Bitwise operators
The operations on binary values are performed......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
16. Application test in practice
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
1. RAD (Rapid Application Development)
Check: NNTP connectivity
The monitoring robot will try to connect to the specified NNTP server (news server)......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
WDScript: use in command-line and console mode
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
ReplicAdmin: Overview
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].