ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dPolyline (Function)
Draws a line composed of multiple segments.
<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>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
<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.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
DateDifference (Function)
Calculates the number of days between two dates.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
gBackgroundGradient (Function)
Describes a display color in gradient mode.
MCI functions
List of MCI functions...
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
Events associated with Looper controls
List of events associated with Looper controls...
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
Animating a Static control
Two methods can be used to animate a Static control......