ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
SpreadsheetDeleteName (Function)
Deletes one of the names used to identify a cell found in a Spreadsheet control.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Torch (Property)
The Torch property is used to determine and change how a Camera control uses the torch.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Report data source
...The reports can be created with the data coming from:...
The HTML Display control
The HTML Display control displays a web page in an application......
Error 101: Declaration of global variable not allowed
Managing parallel tasks
The computers are becoming more and more powerful......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
TextToXML (Function)
Converts an ANSI string to an XML string.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.