ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Page with parameters
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
1
2
3
4
5
6
197
>