ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
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)......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
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......
13. Types of standard controls
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
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)......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
Defining a help window template
WINDEV allows you to create help window templates......