ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
SSH constants
The following constants are used to manage an SSH server:...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
HNbRec (Example)
Usage example of the HNbRec function
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Report editor: Available types of reports
Several types of reports can be created in the report editor......
EndProgram (Function)
Ends the execution of the current program.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Using the query result
The result of a select query can be used in......