ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Glossary
The glossary lists all the abbreviations used in the code editor......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Events associated with pages
List of events associated with pages...
The Image control
The Image control is used to......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
Page constants
List of constants used by page functions....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....