ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
2. WEBDEV administrator in practice
12. Control templates
WINDEV Mobile allows you to create control templates....
TwainSourceHeight (Function)
Returns the height (in millimeters) of the document captured by a Twain device.
TwainSourceWidth (Function)
Returns the width (in millimeters) of the document captured by a Twain device.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
The Check Box control
A Check Box can correspond to......
Functions for managing emails (prefix syntax)
List of functions for managing emails...
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
Private Store for mobile applications
There are two methods two deploy your applications......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
Telephony constants
List of constants used by telephony functions...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.