ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
dBorder (Function)
Draws the borders.
picLayer (Variable type)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
AIDetect (Function)
Detects various elements in an image: objects, faces, etc. This detection is made possible by artificial intelligence (AI).
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
<WDPic variable>.Resize (Function)
Resizes a WDPic image.
<Image>.DrawBorder (Function)
Draws the borders in an Image control.
PicResize (Function)
Resizes a WDPic image.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......