ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Manager of automated tests
The test manager is used to......