ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
fChangeExtension (Function)
Changes the extension of a file on disk.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
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).
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
13. Types of standard controls
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Summary table: Managing the application directories according to the platform
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
fTrackFile (Function)
Triggers the tracking of a file.
fAddText (Function)
Adds the content of a character string at the end of a file.