ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
URI functions
The following functions are used to manage URIs...
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
<Component>.Load (Function)
Loads an external component independent of the current project.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
Contains (Function)
Allows you to check if a substring is within a string.
DocSave (Function)
Saves a document as a "docx" file.
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.