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.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
XMLSign (Function)
Signs an XML document.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
XMLFind (Function)
Performs a search in an XML document.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Error 1016: The method of the class is private
XMLAddAttribute (Function)
Adds an attribute into an XML document.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Events associated with List Box controls
List of events associated with List Box controls...
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Locking data files: correspondence between WINDEV 5.5 and the later versions
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......