|
|
|
|
|
|
|
The management of a SaaS site is used to modify the three main characteristics of the site... |
|
|
|
|
|
|
List of Calendar functions... |
|
|
|
|
|
|
Connects a user to the User Groupware. |
|
|
|
|
|
|
Disconnects the current user from the User Groupware. |
|
|
|
|
|
|
Requests the cancellation of a parallel task. |
|
|
|
|
|
|
Animates the modification of an integer property between 2 values. |
|
|
|
|
|
|
Enables the telemetry manually. |
|
|
|
|
|
|
To use the telemetry in a WINDEV or WINDEV Mobile application, you must...... |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
Allows you to find out whether the browser used by the Web user is started on a mobile device. |
|
|
|
|
|
|
Indicates the operating system installed on the browser of the Web user. |
|
|
|
|
|
|
Indicates the presence and position of legend in a chart. |
|
|
|
|
|
|
Allows you to find out whether a page context exists on the server (which means whether the page was opened). |
|
|
|
|
|
|
Minimizes a WINDEV window. |
|
|
|
|
|
|
Retrieves the identity of a user contained in an AuthToken variable. |
|
|
|
|
|
|
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc. |
|
|
|
|
|
|
Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
Adds an image to a page in an existing PDF file. |
|
|
|
|
|
|
Creates a logical alias of a data file (or query) or cancels all existing aliases. |
|
|
|
|
|
|
Unlocks the records of a data file:
locked by HLockFile.
individually locked by a locking read 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).... |
|
|
|
|
|
|
Describes a data file programmatically. |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|