|
|
|
|
|
|
|
The management of a SaaS site is used to modify the three main characteristics of the site... |
|
|
|
|
|
|
Displays a WINDEV window to its initial size. |
|
|
|
|
|
|
Deletes a subkey from the Windows registry. |
|
|
|
|
|
|
Displays a WINDEV window in its maximum size. |
|
|
|
|
|
|
Returns the number of the next row displayed in the current Table control. |
|
|
|
|
|
|
Artificially triggers the security mechanism of WLanguage by throwing an exception. |
|
|
|
|
|
|
Returns the greatest value passed as parameter. |
|
|
|
|
|
|
Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
The current thread sends a signal to the specified thread in order to unlock it. |
|
|
|
|
|
|
Sends an email via the SMTP protocol while controlling the "buffer" of the email. |
|
|
|
|
|
|
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers. |
|
|
|
|
|
|
List of constants used by the functions for managing errors and exceptions.... |
|
|
|
|
|
|
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer.... |
|
|
|
|
|
|
The advanced dialog boxes are windows allowing you to communicate with the user...... |
|
|
|
|
|
|
Returns the date of Easter for the specified year according to the western Christian calendar. |
|
|
|
|
|
|
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").... |
|
|
|
|
|
|
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").... |
|
|
|
|
|
|
Converts an HTML string or buffer to a buffer containing a PDF document. |
|
|
|
|
|
|
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer. |
|
|
|
|
|
|
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad. |
|
|
|
|
|
|
Prints a diagram from:
a Diagram Editor control,
a "wddiag" file,
a Diagram variable.... |
|
|
|
|
|
|
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. |
|
|
|
|
|
|
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string. |
|
|
|
|
|
|
Returns an array corresponding to the intersection of two arrays. |
|
|
|
|
|
|
Returns an array without duplicates. |
|
|
|
|
|
|
Returns an array corresponding to the union of two arrays (without deleting duplicates). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|