ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
Net constants
List of constants used by the Net functions....
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
PageChangeLayout (Function)
Applies a specific layout to a page.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Environment of the project editor
The main elements of the project editor are as follows:
Environment of the report editor
Environment of the report editor...
Description (Property)
The Description property is used to get and change the page description.
<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.
19. Upload: Sending files to the server
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....