ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining clickable areas
In a page, an Image control can contain clickable areas......
<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.
BrowserPrint (Function)
Prints the page currently displayed in the browser.
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......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Multi-project search
Performing a search in the current project is a common operation......
Events associated with Link controls
List of events associated with Link controls...
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
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......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
4. Create a page in the editor...
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......