ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Bitwise operators
The operations on binary values are performed......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
PermissionRequest (Function)
Prompts the user to grant an application permission.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
11. Table/Looper controls
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Operations in a Select query : add and delete
The following paragraphs present......
EmailReadLast (Example)
Usage example of the EmailReadLast function
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Typecasting of parameters
The description of the parameter type is optional......
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......