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.
The planes in WEBDEV
The planes are used to group the controls of an element......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
6. Editing a page: zoning mode
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Error 102: The constants can be defined in the initialization code of project, ...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Using a query with parameters
A query with parameters can be used......
ERR_NO_PAGE
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......
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....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Saving entered data (AAF)