ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
SysWinShow (Function)
Modifies the display status of a window.
Properties associated with a window
List of properties associated with a window...
iParameterReport (Function)
Configures the printer by opening the configuration window.
Window management functions
List of functions for managing windows...
SMSReset (Function)
Resets all variables of SMS structure.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<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.
<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).
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.