ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
Image (Property)
The Image property gets and sets the background image of a control or block.
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 variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
<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.
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.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<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>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
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.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....