ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
VariableReset (Function)
Resets the variable to its initial value.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
ColorPalette (Function)
Returns a color found in the current palette.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.