ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
<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.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
DateDifference (Function)
Calculates the number of days between two dates.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
DiagramSave (Function)
Saves a diagram as a "diag" file.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.