ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Using WDDIXIO
To translate the text used in your project:...
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Summary table: Managing the application directories according to the platform
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Link properties
When creating a link, you can simply specify the destination......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
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......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Logical operators
The logical operators are as follows......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......