ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
16. Java applications in practice
Java applications in practice...
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
dbgEnableLog (Function)
Enables the runtime log programmatically.
Speech recognition management functions
The following functions are used to manage speech recognition:...
SysDir (Function)
Returns the path of a system directory.
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).
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
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......
KioskEnable (Function)
Switches the current Android application to kiosk mode.
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.