ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
iPrintImage (Example)
Usage example of the iPrintImage function
Control constants
List of constants used by the functions for managing controls...
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
RegistryRename (Function)
Renames a key in the registry.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Constants for managing Map controls
Constants for managing Map controls...
iInitReportQuery (Example)
Usage example of the iInitReportQuery function
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
fSelect (Function)
Opens the Windows file picker.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
eChangeCurrency (Function)
Converts a currency into another currency.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
ControlClone (Function)
Creates a new control from an existing control.