ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
3. Site development life cycle
<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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Events associated with pages
List of events associated with pages...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
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)......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
IFrame control
IFrame is an HTML concept......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
1. Project and analysis
Defining a help window template
WINDEV allows you to create help window templates......