ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
Handling menu options programmatically
The menu options can be handled......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Position (Function)
Finds the position of a specified string within another string.
Right (Function)
Extracts the last characters from a string or string buffer.
<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.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
<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).
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
<Image variable>.DrawPolygon (Function)
Draws a polygon 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....
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
Recompiling the project
The project compilation is a process used to......
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....