ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
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.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fAddText (Function)
Adds the content of a character string at the end of a file.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
fDelete (Function)
Deletes a file accessible from the current computer.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
fSize (Function)
Returns the size of a file (in bytes).
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
KeyPressed (Function)
Checks which key is pressed.
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.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......