ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ERR_NO_PAGE
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
ERR_NO_APPLICATION
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...