ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
ImageMode (Property)
The ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
grImageSize (Function)
Defines the size of the image containing the chart.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
1
4
5
6
7
8
315
>