ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Debugging constants
List of constants used by the debugging functions...
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Table,Select,+ (External language)
Selects an element in a Table control.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Handling a control through programming in a report
All report controls can be handled through programming......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Table,Add (External language)
Adds an element to a Table control.
13. External component in practice
External component in practice...
12. External component in practice