ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Font set (WEBDEV website)
The browser support the most common fonts by default......
<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.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<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.
<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.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Testing a static page
The test of a single page runs the current page in WEBDEV......
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.