ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Report data source
...The reports can be created with the data coming from:...
Handling TimeLine controls programmatically
A TimeLine control can be......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
Fax constants
List of constants used by the functions for managing faxes....
Accessing a database via a web service
The database can be accessed via a web service......
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Environment of the window editor
The main elements of window editor are as follows:
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Programming custom calculations in Table controls
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
Link properties
When creating a link, you can simply specify the destination......
Handling menu options programmatically
The menu options can be handled......