ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
ERR_CLOSED_PAGE
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
IFrame control
IFrame is an HTML concept......
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
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.