ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
SpreadsheetDeleteImage (Function)
Deletes an image from the current worksheet in a Spreadsheet control.
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
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....
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ToClipboard (Function)
Writes text or image information into the system clipboard.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
iPrintImage (Function)
Sends the image file to print to the print buffer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.