ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
Power (Function)
Raise a number to a power.
grOrientation (Function)
Modifies the orientation of chart axes.
grExist (Function)
Checks the existence of a chart in memory.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
dCopyImage (Example)
Usage example of the dCopyImage function
zipExtractAll (Example)
Usage example of the zipExtractAll function
mongoResult (Variable type)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
FirstDayOfMonth (Function)
Returns the first day of the month.
PreviousPage (Function)
Returns the name of the previous page.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
HRecreateSubscriberReplica (Function)
Recreates the subscriber replica description file (universal replication only) based on the information of the master replica (.rpm and .syn files).
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
iPageEnd (Function)
Forces the move to the next page during the report print.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Events associated with Tab controls
List of events associated with Tab controls...
zipListFile (Function)
Returns the list of files found in an archive.