ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
PageChangeLayout (Function)
Applies a specific layout to a page.
Description (Property)
The Description property is used to get and change the page description.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......