ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Page Header block
The Page header block is printed on each new page......
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
ERR_NO_PAGE
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Page (Property)
The Page property is used to handle a page.
<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.
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.
The Tab control
The Tab control is used to simultaneously display different controls......
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......