ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
iPageEnd (Function)
Forces the move to the next page during the report print.
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
HClusterSynchronizationInfo (Function)
Returns the progress of synchronization for a node of an HFSQL cluster.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
<Treeview>.ItemStatus
Returns the status of a node: collapsed, expanded or not found.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Creating a query
Two methods can be used to create a query......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.