ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
On/Off button in a window
The on/off button is a button that operates like a check box......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
ScanWithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
The structure of the file for remote control
The management of remote control uses a file in INI format......
WDDeploy features
WDDeploy can be used to......
DayOfMonthOrDayOfWeek (Property)
The DayOfMonthOrDayOfWeek property is used to set the execution of a scheduled task by specifying the day number of the week or the day number of the month.
MandatoryInputMessage (Property)
The MandatoryInputMessage property is used to identify and set the message that will be displayed if the control is left empty (when the MandatoryInput property is enabled).
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....