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...
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
Constants for managing Big Data Redis databases
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
sEvent (Function)
Branches an event on a serial port.
sEndEvent (Function)
Disables the detection of an event on a serial port.
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).