ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
ImageMode (Property)
The ImageMode property is used to get and change 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.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Image (Property)
The Image property gets and sets the background image of a control or block.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
MongoFind (Function)
Finds documents in a MongoDB collection.
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......