ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Data persistence
The data persistence is used to store the value typed by the user......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Image editor: Features
The image editor includes several features......
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
Enumeration (Type of variable)
An enumeration is a set of values......
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
BTLECharacteristicChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
<Captcha>.Verify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
<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.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.