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.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HFilter (Function)
Defines and enables a filter on a data file, view or query.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
fAttribute (Function)
Returns or modifies the attributes of a file.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
MyPage (Reserved word)
MyPage is used to handle the current page...
iInitReportQueryConnection (Function)
Initializes the query linked to the report.