ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_LOADMOREDLL
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
ERR_BAD_PARAMETER
ERR_BAD_ACTION
The server is currently updated. Retry later.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
VariableReset (Function)
Resets the variable to its initial value.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Project description: Project tab
The project description window allows you to configure various elements of your project......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
ColorPalette (Function)
Returns a color found in the current palette.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......