ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
Creating a select query
A select query (corresponding SQL statement......
Constants for external files
List of constants used by the functions for managing external files....
NetOpenRemoteAccess (Function)
Establishes a remote connection.
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......