ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
<Gantt chart>.ChangeMode (Function)
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
dCopy (Function)
Copies an image to another image.
<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.Copy (Function)
Copies an image to another image.
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......