ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on state-transition diagrams
The following paragraphs explain......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
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....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
2. Examples and components provided with WEBDEV
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<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.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<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.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.