ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
<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.
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Glossary
The glossary lists all the abbreviations used in the code editor......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
26. Style sheets: to simplify the layout
ERR_BAD_APPLICATION
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
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.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...