ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
DDEError (Function)
Returns the runtime status report of a DDE function.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
apExecute (Function)
Runs an action plan.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
tapiCallEnd (Function)
Returns the date and time of the end of call.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
Compilation options (HLP format)
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
fCompress (Function)
Compresses a file.
Combination (Type of variable)
A combination is a set of options.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
JSONToVariant (Example)
Usage example of the JSONToVariant function