ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
How to develop a PHP site?
What is a PHP site?......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Chart control properties
A Chart control can be used......
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.