ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Multilingual project
16. Protecting access to the site: passwords
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Native Access to SAP
SAP is a widely used ERP......
fDriveInfo (Function)
Returns information about a drive.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Sorts in a report
The sort is used to organize the information displayed in the report......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Google document management functions
List of functions for managing Google documents...
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Installing a SOAP server with Apache
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Automatic calculations in a Table control (AAF)
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
Document (Example)
Usage example of Document
dTransferToImage (Example)
Usage example of the dTransferToImage function