ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
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.
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.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.