ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a 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....
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....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
PageVisible (Function)
Indicates whether the page is visible to the user.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
BrowserPrint (Function)
Prints the page currently displayed in the browser.
<Page>.Address (Function)
Used to find out the Internet address of a page.
<Page>.Display (Function)
Displays a web page in the user's browser....
PageAddress (Function)
Used to find out the Internet address of a page.
PageDisplay (Function)
Displays a web page in the user's browser....
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Multi-project search
Performing a search in the current project is a common operation......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Defining clickable areas
In a page, an Image control can contain clickable areas......
2. User-friendly editors in practice
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
5. Displaying a WEBDEV Session site
4. Create a page in the editor...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
How to open a page?