ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Events associated with the Pivot Table control
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
HChangeKey (Function)
Changes the browse item.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Events associated with ListView controls
List of events associated with ListView controls...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......