ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
apDisableAction (Function)
Disables the execution of an action found in an action plan.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Permission (Property)
The Permission keyword is used to get and change permissions.
Setup directory
The setup wizard allows you to configure the setup directory of application....
File (Property)
The File property is used to manage the files a functionality applies to.
Component (Type of variable)
The Component type is used to easily handle an external component.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
iParameterViewer (Function)
Configures the report viewer.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
JSONToVariant (Example)
Usage example of the JSONToVariant function
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
tapiRecord (Function)
Records the current communication as a".WAV" file.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
13. External component in practice
External component in practice...