ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
iCloseReport (Function)
Stops printing the current report immediately.
17. TLS/SSL: Encrypting information on the Web
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
InJavaMode (Function)
Indicates whether the code is run in Java.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
StatCovariance (Function)
Calculates the covariance between two series of values.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
EndService (Function)
Ends the execution of the current service.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HDeleteServerTrigger (Function)
Deletes a server trigger.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.