ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
LineColor (Property)
The LineColor property is used to define the line color of a shape.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
Obtaining an SSL certificate for IIS2 (2.0 or later)
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....