ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.