ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Customizing the User Groupware
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).