ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
MDILeft (Property)
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
12. Control templates
WINDEV Mobile allows you to create control templates....
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
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)......
11. Popup page
HaspHLInfo (Function)
Returns information about the electronic Hasp key.
<Diagram editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
DiagramSelectMinus (Function)
Deselects a shape in a Diagram Editor control.
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
ERR_CLOSED_PAGE
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...