ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
PermissionRequest (Function)
Prompts the user to grant an application permission.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
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, ......
Bitwise operators
The operations on binary values are performed......
11. Table/Looper controls
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......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
nWDInit: Initialize the external language
Initializes the external language......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......