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...
Calendar functions
List of Calendar functions...
gpwConnectUser (Function)
Connects a user to the User Groupware.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
TelemetryEnable (Function)
Enables the telemetry manually.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
<Chart>.Legend (Function)
Indicates the presence and position of legend in a chart.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Window>.Iconize (Function)
Minimizes a WINDEV window.
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
<Source>.DescribeFile (Function)
Describes a data file programmatically.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....