ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KioskEnable (Function)
Switches the current Android application to kiosk mode.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Browser constants
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
ShellExecute (Function)
Opens a document in its associated application.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
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).
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
PageParameter (Function)
Returns the value of a parameter passed to the current page.