ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
iParameterReport (Function)
Configures the printer by opening the configuration window.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Constants for manging the replication
List of constants used by the functions for managing the replication....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
Camera/Video functions (prefix syntax)
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......