ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.Backup (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.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
fListDisk (Function)
Returns the list of disks installed on the computer.
InServiceMode (Function)
Indicates whether the code is run in a service.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
SQLReqExists (Function)
Checks the existence of a query.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
HToItem (Function)
Assigns the specified value to an item of the current record.
BrowserShare( Function)
Starts native device sharing.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Chart functions
...Chart functions...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server table......
Glossary
The glossary lists all the abbreviations used in the code editor......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
dTransferToImage (Example)
Usage example of the dTransferToImage function