ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KioskEnable (Function)
Switches the current Android application to kiosk mode.
Browser constants
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
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
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
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.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
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.
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Assignment operators
Three assignment operators are available......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
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......