ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
DriveDownloadDirectory (Function)
Downloads a directory and its files from a remote drive to the user's computer....
HModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
DriveCreateDirectory (Function)
Creates a directory on the remote drive.
DriveListFile (Function)
Lists the files in a cloud-based drive directory.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
HBackup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the table.
HAddGroup (Function)
Adds a group of users.
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Testing a project: setting
By testing the project you can simulate how the application will run......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......