ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows......
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Error 42: Label out of scope of GOTO
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Error 11: The label is unknown