ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Creating the menus for the windows of the WINDEV RAD pattern
tapiBlindTransfer (Function)
Performs a "blind" transfer.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
GglGetDocument (Function)
Downloads a document from the Google Docs service.
19. Sending emails
Drawing constants
List of constants used by the drawing functions....
Sending elements to Free Technical Support
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
WidgetDisplay (Function)
Refreshes a widget window.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
InfoBuild (Function)
Displays a custom message in a system information window.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
2. Projects in practice