ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Step 5: Site parameters
Once the site installed, you can define the site connection options......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Record (Type of variable)
The Record type is used to save the values of a record.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
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....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
5. Which type of server to choose?
SQLConnect (Example)
Usage example of the SQLConnect function