ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Description (Property)
The Description property is used to get and change the description of an element.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
StoredValue (Property)
The StoredValue property gets and sets the stored value of an element.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Size (Property)
The Size property is used to determine and change the size of an element.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
2. User-friendly editors in practice
Including a supercontrol in a window or in a page
Chart: Managing legends
Several types of legends are supported in the charts......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
WEBDEV Application Server - 10 connections - License agreement
Note (Property)
The Note property is used to get and change a text associated with an element.
NumberColumn (Property)
The NumberColumn property is used to get and change the number of columns of an element.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Priority (Property)
The Priority property is used to get and change the priority level of an element.
Declaring and using a variable
A variable is defined by name and type......