ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. User Groupware in practice
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server:...
GglConnect (Example)
Usage example of the GglConnect function
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, tables displayed...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
geoPosition (Variable type)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
System constants
List of constants used by the system functions....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set...
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ControlToSource (Function)
Assigns the control value to the source of a control link.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task...
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
fSize (Function)
Returns the size of a file (in bytes).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateDifference (Function)
Calculates the number of days between two dates.