ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Principle for running threads
At runtime, an application runs in a main thread......
Android Widget windows
An Android application can contain one or more Widget windows......
Locking data files: correspondence between WINDEV 5.5 and the later versions
Report controls
Several types of controls can be handled in a report created by the report editor......
Using the Salesforce service
Salesforce is a very popular CRM software......
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
7. AJAX technology
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
Link properties
When creating a link, you can simply specify the destination......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
<Organizer>.TimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
<Scheduler>.TimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......