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...
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of values proposed by the assisted input for an edit control.
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
<Toast>.Display (Function)
Displays a "Toast" message.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
grOrientation (Function)
Modifies the orientation of chart axes.
HandleParentNext (Function)
Forces the parent of the next window to open.
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
CertificateCheckDuplicate (Function)
Checks the signature of a duplicate.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
ThreadEnd (Function)
Ends the execution of the current thread.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
gpwEncryptedPasswords (Function)
Used to find out whether the passwords of the user groupware are encrypted.
gpwEncryptPassword (Function)
Returns the encrypted password.
gpwCheckPassword (Function)
Checks a password (encrypted or not).
Constants for managing Windows events
The following constants are used to manage Windows events:...
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....