ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
11. Popup page
ERR_CLOSED_PAGE
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Port (Property)
The Port property is used to identify and change a server connection port.
12. Pages in practice
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
LargeIcon (Property)
The LargeIcon property is used to define the large icon used in notifications
13. Security benefit: managing the "Back" button
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
PageDisplayDialog (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.
<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.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
1
6
7
8
9
10
88
>