ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
OpenSister (Function)
Opens a non-modal sibling window.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Defining clickable areas
In a page, an Image control can contain clickable areas......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Info (Function)
Displays a custom message in a system information window.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Defining a help window template
WINDEV allows you to create help window templates......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Programming custom calculations in Table controls
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.