ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Error 103: The type is unknown
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
3. Application development cycle
Development cycle of a WINDEV application....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Defining columns of Table controls programmatically
2. User-friendly editors in practice
6. Editing a page: zoning mode
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Error 101: Declaration of global variable not allowed
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Error 1008: The member of the class is protected
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
1. Testing a site: Elements to be tested