ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Recompiling the project
The project compilation is a process used to......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
dBackground (Example)
Usage example of the dBackground function
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
15. Creating the executable in practice
Creating the executable in practice...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
OpenSister (Function)
Opens a non-modal sibling window.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Interactive notification management constants
Interactive notification management constants...
gLine (Function)
Builds a sequence of characters containing a line.
3-tier architecture
The development in "3-tier" architecture is now simplified......