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.
<Page>.Display (Function)
Displays a web page in the user's browser....
<Page>.Address (Function)
Used to find out the Internet address of a page.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
PageVisible (Function)
Indicates whether the page is visible to the user.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
ERR_BUTTON_EXPECTED
Manipulating Multiline Zone controls programmatically
A Multiline Zone control can be manipulated programmatically using the control name....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
11. Choosing the action of a button/link
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Multi-project search
Performing a search in the current project is a common operation......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......