ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Supercontrol
A supercontrol is an advanced type of control......
Window controls
Several types of controls can be used in a window, ......
AutoCorrect (Property)
The AutoCorrect property allows you to define a set of automatic corrections to be applied in a Word Processing control as the user types.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Error 305: The element does not exist in the window
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Rating control properties
The Rating control can be used in a window as well as in a page....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Handling a control through programming in a report
All report controls can be handled through programming......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......