ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Multilingual project
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
2. User-friendly editors in practice
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
WDXView : Use
This help page presents the different features of WDXView......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
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.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Compilation options (HLP format)
2. Analysis in practice
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).