ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Different types of data (Type of variable)
A variable is defined by name and type......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fMoveDir (Function)
Moves a directory and its content.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.