ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Page with parameters
Testing a static page
The test of a single page runs the current page in WEBDEV...
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts...
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Code statistics
The code statistics affect...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics...
Code history
The code history is used to...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
WEBDEV: Pages created via the RAD model
The page creation wizard offers many types of pages associated with HFSQL data files...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Page editing: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Snap to grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
Drawing constants
List of constants used by the drawing functions....
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
<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.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
<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.
dPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.