ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
The pages
Pages are the main interface of a WEBDEV site......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Pinned (Property)
The Pinned property is used to: Pinned or not a field: the pinned field will be positioned in relation to the visible area of its container instead of the content area.. Determine if a control is pinned....
9. Overlaying controls
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Tab Control properties
A Tab Control can be manipulated in WLanguage either in a window or in a page with the following properties......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
11. Choosing the action of a button/link
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......