ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Internal component
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
How to open a page?
4. When to use the debugger?
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
PageChangeLayout (Function)
Applies a specific layout to a page.
PopupAnimate (Function)
Displays a popup in a page cell.
<Popup>.Animate (Function)
Displays a popup in a page cell.
The pages
Pages are the main interface of a WEBDEV site......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
PageDisplay (Function)
Displays a web page in the user's browser....
PageAddress (Function)
Used to find out the Internet address of a page.
MyPage (Reserved word)
MyPage is used to handle the current page...
<Page>.Address (Function)
Used to find out the Internet address of a page.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
<Page>.Display (Function)
Displays a web page in the user's browser....
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....
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......