ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
MapAddImage (Function)
Adds a new image to the map displayed in a Map control.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
<Map>.AddImage (Function)
Adds a new image to the map displayed in a Map control.
<Map>.DeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
<Map>.ModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....